mirror of https://gitee.com/bigwinds/arangodb
15 lines
504 B
Plaintext
15 lines
504 B
Plaintext
!CHAPTER Command-Line Options for Development
|
|
|
|
`--development-mode`
|
|
|
|
Specifying this option will start the server in development mode. The development mode forces reloading of all actions and Foxx applications on every HTTP request. This is very resource-intensive and slow, but makes developing server-side actions and Foxx applications much easier.
|
|
|
|
Never use this option in production.
|
|
|
|
|
|
|
|
<!--
|
|
@anchor CommandLineArangoDevelopmentMode
|
|
@copydetails triagens::arango::ArangoServer::_developmentMode
|
|
-->
|