Skip to content

Commit 5d76d89

Browse files
author
Miguel Medinilla
committed
Document optional DECISION env vars
1 parent 7ee03f8 commit 5d76d89

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,15 @@ DECISION_SPOA_OPTS="\
163163

164164
# Optional toggles; uncomment as needed.
165165
# DECISION_DEBUG=1
166+
# DECISION_DEBUG_VERBOSE=1
166167
# DECISION_METRICS_HOST_LABEL=1
167168
# DECISION_METRICS_GEOIP=1
169+
# DECISION_METRICS_CHALLENGE_LEVEL=1
170+
171+
# Session table sizing overrides (keep defaults unless tuning rate limits).
172+
# DECISION_SESSION_PUBLIC_MAX=200000
173+
# DECISION_SESSION_PUBLIC_WINDOW=5m
174+
# DECISION_SESSION_SPECIAL_MAX=50000
168175

169176
# /etc/default/decision-geoip-db-updates
170177
DECISION_GEOIP_DB_UPDATES_OPTS="\

packaging/default/decision-spoa

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,12 @@ DECISION_SPOA_OPTS="\
1313

1414
# Optional toggles. Uncomment the lines you need.
1515
# DECISION_DEBUG=1
16+
# DECISION_DEBUG_VERBOSE=1
1617
# DECISION_METRICS_HOST_LABEL=1
1718
# DECISION_METRICS_GEOIP=1
19+
# DECISION_METRICS_CHALLENGE_LEVEL=1
20+
21+
# Session table sizing (override defaults only if you need more/less retention).
22+
# DECISION_SESSION_PUBLIC_MAX=200000
23+
# DECISION_SESSION_PUBLIC_WINDOW=5m
24+
# DECISION_SESSION_SPECIAL_MAX=50000

0 commit comments

Comments
 (0)