summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2024-03-21 14:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2024-03-21 14:01:10 +0000
commit3c3643f580ca718a5f6bbeea81abeb0a8bbdb131 (patch)
tree70cd7c25f226d4b14ebdea8442ef989d81727c24 /options-table.c
parentaa17f0e0c1c8b3f1d6fc8617613c74f07de66fae (diff)
parent89c1c43ef96d805d8fcb987c024ef85f994f11fa (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index f030f2db..15018226 100644
--- a/options-table.c
+++ b/options-table.c
@@ -285,7 +285,7 @@ const struct options_table_entry options_table[] = {
.scope = OPTIONS_TABLE_SERVER,
.minimum = 0,
.maximum = INT_MAX,
- .default_num = 500,
+ .default_num = 10,
.unit = "milliseconds",
.text = "Time to wait before assuming a key is Escape."
},