aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-04-18 21:01:44 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-04-18 21:01:44 +0000
commitdd34cc012ae24f71c5ca401de696b88aecd2750d (patch)
tree0d4cb1c7b9e5ee233a34950d09d4d34dc575dea3
parent2c0846569d1eb1e095892312f84c8ece0d8d1bd7 (diff)
downloadrtmux-dd34cc012ae24f71c5ca401de696b88aecd2750d.tar.gz
rtmux-dd34cc012ae24f71c5ca401de696b88aecd2750d.tar.bz2
rtmux-dd34cc012ae24f71c5ca401de696b88aecd2750d.zip
|PatchSet 886
|Date: 2011/04/09 21:00:29 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Since buffers are now global, bump the default buffer-limit a bit higher |to 20 rather than 9.
-rw-r--r--options-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index 323e81d4..cf7b5f14 100644
--- a/options-table.c
+++ b/options-table.c
@@ -1,4 +1,4 @@
-/* $Id: options-table.c,v 1.4 2011-01-21 23:54:19 tcunha Exp $ */
+/* $OpenBSD: options-table.c,v 1.4 2011/04/09 20:00:29 nicm Exp $ */
/*
* Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -54,7 +54,7 @@ const struct options_table_entry server_options_table[] = {
.type = OPTIONS_TABLE_NUMBER,
.minimum = 1,
.maximum = INT_MAX,
- .default_num = 9
+ .default_num = 20
},
{ .name = "escape-time",