Skip to content

Commit d2feb84

Browse files
committed
delete this, [skip ci]: staging3 envvars
1 parent 6423ffd commit d2feb84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

waterbutler/server/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@
4343

4444
# number of reqests permitted while the redis key is active
4545
RATE_LIMITING_FIXED_WINDOW_LIMIT = int(config.get('RATE_LIMITING_FIXED_WINDOW_LIMIT', 3600))
46+
47+
# test env envar mapping
48+
RATE_LIMITING_FIXED_WINDOW_SIZE = 360
49+
RATE_LIMITING_FIXED_WINDOW_LIMIT = 30

0 commit comments

Comments
 (0)