diff options
author | nicm <nicm> | 2020-05-16 15:47:22 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-05-16 15:47:22 +0000 |
commit | 367b4e4e0f1d78589398cddb609b33be870af30c (patch) | |
tree | a45a113764f1473a42f0611ca98e18b6a0164eda /options-table.c | |
parent | 4de0bd4c5c9eec6dd71cac87b91e736944896c22 (diff) | |
download | rtmux-367b4e4e0f1d78589398cddb609b33be870af30c.tar.gz rtmux-367b4e4e0f1d78589398cddb609b33be870af30c.tar.bz2 rtmux-367b4e4e0f1d78589398cddb609b33be870af30c.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 5ca63a78..320a380f 100644 --- a/options-table.c +++ b/options-table.c @@ -253,7 +253,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", |