mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
embedded bots: Add database config storage.
Storage limititations are only set on the value of a config entry, since this is the only user-accessible part of the schema. Keys are statically set by each embedded bot.
This commit is contained in:
@@ -162,6 +162,8 @@ DEFAULT_SETTINGS = {
|
||||
# Max state storage per user
|
||||
# TODO: Add this to zproject/prod_settings_template.py once stateful bots are fully functional.
|
||||
'USER_STATE_SIZE_LIMIT': 10000000,
|
||||
# Max size of a single configuration entry of an embedded bot.
|
||||
'BOT_CONFIG_SIZE_LIMIT': 10000,
|
||||
|
||||
# External service configuration
|
||||
'CAMO_URI': '',
|
||||
|
||||
Reference in New Issue
Block a user