From: Matteo Nastasi (mop) Date: Sat, 25 Jul 2009 12:19:25 +0000 (+0000) Subject: tuning placing limits X-Git-Tag: 3.0.0~50 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=d082228294a1bfbb6b88f869d51449cb46e3e89e;hp=dc8cce56e5737c3725c8e4daec71870be2533021;p=brisk.git tuning placing limits --- diff --git a/web/briskin5/Obj/placing.phh b/web/briskin5/Obj/placing.phh index 4358b6e..07953dc 100644 --- a/web/briskin5/Obj/placing.phh +++ b/web/briskin5/Obj/placing.phh @@ -27,13 +27,13 @@ define(TOP_NUM, 10); define(TRI_LIMIT, (90 * 24 * 60 * 60)); -define(TRI_FEW_GAMES, 60); +define(TRI_FEW_GAMES, 140); define(MON_LIMIT, (30 * 24 * 60 * 60)); -define(MON_FEW_GAMES, 20); +define(MON_FEW_GAMES, 70); define(WEE_LIMIT, (7 * 24 * 60 * 60)); -define(WEE_FEW_GAMES, 10); +define(WEE_FEW_GAMES, 35); class Ptsgam {