X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=5c85dfb7f5fc14c453030a93aa13d8050a300275;hb=5772fe335990b61f170d2e7365bb5ab58ba57fef;hp=a00f7006942645be8b91427bc74f04f1b75bad8a;hpb=7d851c64ec4a3a0fa219a5ae6dc9a02a0900149f;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index a00f700..5c85dfb 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -28,7 +28,8 @@ define('FTOK_PATH', "/var/lib/brisk"); define('LEGAL_PATH', "/tmp/legal_brisk"); define('PROXY_PATH', "/var/lib/brisk_proxy"); define('TABLES_N', 36); -define('TABLES_AUTH_N', 4); +define('TABLES_AUTH_N', 8); +define('TABLES_CERT_N', 4); define('PLAYERS_N', 3); define('MAX_POINTS', 5); define('MAX_PLAYERS', (20 + (PLAYERS_N * TABLES_N)));