File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ experimental:
64
64
|--------|------|---------|-------------|
65
65
| ` enabled` | boolean | `true` | Enable/disable the queue manager |
66
66
| `queuePageFile` | string | `queue-page.html` | Path to the queue page HTML template |
67
- | `sessionTime` | duration | `1m ` | Duration for which a visitor session is valid |
68
- | `purgeTime` | duration | `5m ` | How often expired sessions are purged from cache |
67
+ | `sessionTime` | duration | `60 ` | Duration for which a visitor session is valid |
68
+ | `purgeTime` | duration | `300 ` | How often expired sessions are purged from cache |
69
69
| `maxEntries` | int | `100` | Maximum number of concurrent users allowed |
70
70
| `httpResponseCode` | int | `429` | HTTP response code for queue page |
71
71
| `httpContentType` | string | `text/html; charset=utf-8` | Content type of queue page |
@@ -286,4 +286,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
286
286
287
287
## License
288
288
289
- This project is licensed under the MIT License - see the LICENSE file for details.
289
+ This project is licensed under the MIT License - see the LICENSE file for details.
You can’t perform that action at this time.
0 commit comments