mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-12-09 21:05:59 +08:00
10 lines
225 B
TOML
10 lines
225 B
TOML
#############################################
|
|
# JMAP authentication & session configuration
|
|
#############################################
|
|
|
|
[jmap.session.cache]
|
|
ttl = "1h"
|
|
size = 100
|
|
|
|
[jmap.session.purge]
|
|
frequency = "15 * *"
|