We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c27fb commit 24e0716Copy full SHA for 24e0716
jumpscale/packages/admin/actors/admin.py
@@ -210,7 +210,7 @@ def get_developer_options(self) -> str:
210
over_provision = j.core.config.set_default("OVER_PROVISIONING", False)
211
explorer_logs = j.core.config.set_default("EXPLORER_LOGS", False)
212
escalation_emails = j.core.config.set_default("ESCALATION_EMAILS_ENABLED", False)
213
- auto_extend_pools = j.core.config.set_default("AUTO_EXTEND_POOLS_ENABLED", False)
+ auto_extend_pools = j.core.config.set_default("AUTO_EXTEND_POOLS_ENABLED", True)
214
sort_nodes_by_sru = j.core.config.set_default("SORT_NODES_BY_SRU", False)
215
return j.data.serializers.json.dumps(
216
{
0 commit comments