mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-16 04:43:02 +00:00
35 lines
915 B
Plaintext
35 lines
915 B
Plaintext
/datum/config_entry/number/fail2topic_rate_limit
|
|
config_entry_value = 10 //deciseconds
|
|
|
|
/datum/config_entry/number/fail2topic_max_fails
|
|
config_entry_value = 5
|
|
|
|
/datum/config_entry/string/fail2topic_rule_name
|
|
config_entry_value = "_dd_fail2topic"
|
|
protection = CONFIG_ENTRY_LOCKED //affects physical server configuration, no touchies!!
|
|
|
|
/datum/config_entry/flag/fail2topic_enabled
|
|
|
|
/datum/config_entry/number/topic_max_size
|
|
config_entry_value = 8192
|
|
|
|
/datum/config_entry/keyed_list/topic_rate_limit_whitelist
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_FLAG
|
|
|
|
/datum/config_entry/number/minute_topic_limit
|
|
config_entry_value = null
|
|
min_val = 0
|
|
|
|
/datum/config_entry/number/second_topic_limit
|
|
config_entry_value = null
|
|
min_val = 0
|
|
|
|
/datum/config_entry/number/minute_click_limit
|
|
config_entry_value = 400
|
|
min_val = 0
|
|
|
|
/datum/config_entry/number/second_click_limit
|
|
config_entry_value = 15
|
|
min_val = 0
|