8000 docs for https://github.com/arangodb/arangodb/pull/14118 · arangodb/docs@5c8ff93 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 5c8ff93

Browse files
committed
1 parent af48763 commit 5c8ff93

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

3.9/programs-arangod-server.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,17 @@ If set to *false* only use the external authentication system. If
356356

357357
The default value is *true*.
358358

359+
## Timeout for web interface sessions
360+
361+
`--server.session-timeout value`
362+
363+
The timeout value for web interface sessions is now configurable via the
364+
startup option `--server.session-timeout`. The default timeout value for web
365+
interface sessions is one hour in ArangoDB 3.9. The value for the option can
366+
be specified in seconds.
367+
368+
Previous versions of ArangoDB had a longer, hard-coded timeout.
369+
359370
## Server threads
360371

361372
`--server.minimal-threads number`

3.9/release-notes-upgrading-changes39.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ runtime.
2222
Startup options
2323
---------------
2424

25+
### Timeout for web interface sessions
26+
27+
The timeout value for web interface sessions is now configurable via the
28+
startup option `--server.session-timeout`. The default timeout value for web
29+
interface sessions is one hour in ArangoDB 3.9.
30+
31+
Previous versions of ArangoDB had a longer, hard-coded timeout.
32+
2533
### Disallowed usage of collection names in AQL expressions
2634

2735
The startup option `--query.allow-collections-in-expressions` added in 3.8.0

0 commit comments

Comments
 (0)
0