Skip to content

Commit 24e0716

Browse files
authored
enable AUTO_EXTEND_POOLS by default (#1897)
1 parent f4c27fb commit 24e0716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jumpscale/packages/admin/actors/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def get_developer_options(self) -> str:
210210
over_provision = j.core.config.set_default("OVER_PROVISIONING", False)
211211
explorer_logs = j.core.config.set_default("EXPLORER_LOGS", False)
212212
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)
213+
auto_extend_pools = j.core.config.set_default("AUTO_EXTEND_POOLS_ENABLED", True)
214214
sort_nodes_by_sru = j.core.config.set_default("SORT_NODES_BY_SRU", False)
215215
return j.data.serializers.json.dumps(
216216
{

0 commit comments

Comments
 (0)