diff options
author | Sadie Powell <sadie@witchery.services> | 2024-09-17 12:25:15 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-09-17 12:27:13 +0100 |
commit | cc37e6d69a6e473814793c0badf14e4f19a23c4f (patch) | |
tree | 4e994e1aff321f065a6d7f78fe35dfc3a05caec0 /data/example.conf | |
parent | 4b48fc98d3102cbf79d599bbb4d443cd41d7c89c (diff) |
Remove config option for options:warningtimeout.
This hasn't done anything since the early 1.9 releases I'm not sure
why it hasn't been removed already.
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/example.conf b/data/example.conf index 9d423f073..647e1eee4 100644 --- a/data/example.conf +++ b/data/example.conf @@ -459,12 +459,6 @@ options readtimeout = 5s /* - * Sets the interval between sending warning messages for program errors via - * WALLOPS/GLOBOPS. - */ - warningtimeout = 4h - - /* * Sets the (maximum) frequency at which the timeout list is checked. This, * combined with readtimeout above, determines how accurately timed events, * such as nick kills, occur; it also determines how much CPU time Services |