This commit is contained in:
Kashargul
2024-11-04 08:39:09 +01:00
committed by GitHub
parent b946993531
commit ce9bd3ca17
4 changed files with 21 additions and 9 deletions

View File

@@ -46,8 +46,8 @@
/datum/config_entry/number/max_concurrent_queries/ValidateAndSet(str_val)
. = ..()
//if (.) TODO: ENABLE THIS IN FUTURE DB PRs
//SSdbcore.max_concurrent_queries = config_entry_value TODO: ENABLE THIS IN FUTURE DB PRs
if (.)
SSdbcore.max_concurrent_queries = config_entry_value
/// The exe for mariadbd.exe.
/// Shouldn't really be set on production servers, primarily for EZDB.

View File

@@ -12,10 +12,12 @@
/datum/config_entry/flag/limbs_can_break
/datum/config_entry/number/organ_health_multiplier
default = 1
integer = FALSE
default = 1.0
/datum/config_entry/number/organ_regeneration_multiplier
default = 1
integer = FALSE
default = 1.0
// FIXME: Unused
///datum/config_entry/flag/revival_pod_plants