X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=35b8ddcaf3eb0118b0d144cd586fc166e3e80fc5;hb=28d6c18063a40898e84cead2070dc8cfb30f7875;hp=04d6483985fe232811ae41642d84367b2d499ba9;hpb=64c7d34242c417a2a430534717ad2b3850e27602;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 04d6483..35b8ddc 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -30,7 +30,7 @@ define(SHM_DIMS_MIN, (50000 + 10000 * TABLES_N + 15000 * MAX_PLAYERS)); define(SHM_DIMS_MAX, SHM_DIMS_MIN + 1048576); define(SHM_DIMS_DLT, 65536); -define(COMM_N, 12); +define(COMM_N, 18); define(COMM_GEN_N, 50); define(SESS_LEN, 13); define(STREAM_TIMEOUT, 20);