diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-06 13:43:22 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-06 13:43:22 +0100 |
commit | 7a95e9bf7ec80c7b87dda73749e59f359371d78a (patch) | |
tree | a28ae9e721c1d4d08be4d942dd2ea08d92bc7006 /options-table.c | |
parent | c80fc6bf9e44baaad1e6f4a4c83ec47823e96c1b (diff) | |
download | rtmux-7a95e9bf7ec80c7b87dda73749e59f359371d78a.tar.gz rtmux-7a95e9bf7ec80c7b87dda73749e59f359371d78a.tar.bz2 rtmux-7a95e9bf7ec80c7b87dda73749e59f359371d78a.zip |
Change message log to be per server rather than per client and include every
command that is run.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index b4aa47e2..be657694 100644 --- a/options-table.c +++ b/options-table.c @@ -252,7 +252,7 @@ const struct options_table_entry options_table[] = { .scope = OPTIONS_TABLE_SERVER, .minimum = 0, .maximum = INT_MAX, - .default_num = 100 + .default_num = 1000 }, { .name = "set-clipboard", |