mirror of https://gitee.com/bigwinds/arangodb
24 lines
923 B
Plaintext
24 lines
923 B
Plaintext
!CHAPTER Command-Line Options for Communication
|
|
|
|
!SUBSECTION Scheduler threads
|
|
<!-- lib/Scheduler/ApplicationScheduler.h -->
|
|
@startDocuBlock schedulerThreads
|
|
|
|
!SUBSECTION Scheduler maximal queue size
|
|
<!-- arangod/RestServer/ArangoServer.h -->
|
|
@startDocuBlock serverAuthenticationDisable
|
|
|
|
!SUBSECTION Scheduler backend
|
|
<!-- lib/Scheduler/ApplicationScheduler.h -->
|
|
@startDocuBlock schedulerBackend
|
|
|
|
!SUBSECTION Io backends
|
|
`--show-io-backends`
|
|
|
|
If this option is specified, then the server will list available backends and
|
|
exit. This option is useful only when used in conjunction with the option
|
|
scheduler.backend. An integer is returned (which is platform dependent) which
|
|
indicates available backends on your platform. See libev for further details and
|
|
for the meaning of the integer returned. This describes the allowed integers for
|
|
*scheduler.backend*, see [here](#command-line-options-for-communication) for details.
|