Skip to content

Commit 1139535

Browse files
committed
Add engine ratelimit cooldown to config generator
1 parent cc0bc47 commit 1139535

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/generate-pyconfig.py

+5
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@
106106
'pyname': 'DEFAULT_UX_LANG',
107107
'type': str,
108108
},
109+
'ENGINE_RATELIMIT_COOLDOWN': {
110+
'default_val': 10,
111+
'pyname': 'ENGINE_RATELIMIT_COOLDOWN_MINUTES',
112+
'type': int,
113+
},
109114
}
110115

111116
import os

0 commit comments

Comments
 (0)