removed provide threshold

This commit is contained in:
Monica Moniot
2022-11-10 19:20:29 -05:00
parent e6a8d72f85
commit 0b370407fa
14 changed files with 335 additions and 265 deletions

View File

@@ -14,16 +14,7 @@ data:extend({
name = "cybersyn-request-threshold",
order = "ab",
setting_type = "runtime-global",
default_value = 2000000000,
minimum_value = 1,
maximum_value = 2147483647,
},
{
type = "int-setting",
name = "cybersyn-provide-threshold",
order = "ac",
setting_type = "runtime-global",
default_value = 2000000000,
default_value = 2000,
minimum_value = 1,
maximum_value = 2147483647,
},