diff --git a/options-table.c b/options-table.c index 84c3bee9..f744099c 100644 --- a/options-table.c +++ b/options-table.c @@ -1416,7 +1416,7 @@ const struct options_table_entry options_table[] = { .scope = OPTIONS_TABLE_WINDOW, .minimum = 0, .maximum = INT_MAX, - .default_num = 1000, + .default_num = 500, .unit = "milliseconds", .text = "Time before auto-hidden pane scrollbars disappear." },