mirror of https://gitlab.com/litecord/litecord.git
storage: use better defaults for max_members and max_presences
This commit is contained in:
parent
70678aaaf3
commit
8742df1ffa
|
|
@ -225,8 +225,8 @@ class Storage:
|
||||||
# - we aren't discord
|
# - we aren't discord
|
||||||
# - the limit for guilds is unknown and heavily dependant on the
|
# - the limit for guilds is unknown and heavily dependant on the
|
||||||
# hardware
|
# hardware
|
||||||
drow["max_presences"] = 1000
|
drow["max_presences"] = 100000
|
||||||
drow["max_members"] = 1000
|
drow["max_members"] = 100000
|
||||||
|
|
||||||
# used by guilds with DISCOVERABLE feature
|
# used by guilds with DISCOVERABLE feature
|
||||||
drow["preffered_locale"] = "en-US"
|
drow["preffered_locale"] = "en-US"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue