This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -356,6 +356,17 @@ If set to *false* only use the external authentication system. If
356356
357357The 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 `
Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ runtime.
2222Startup 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
2735The startup option ` --query.allow-collections-in-expressions ` added in 3.8.0
You can’t perform that action at this time.
0 commit comments