From 05cf0c4a5c5cb9ec022fd49496757066e36fdba9 Mon Sep 17 00:00:00 2001 From: me Date: Wed, 16 Nov 2022 17:54:13 +0330 Subject: [PATCH] common.h --- redsquare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redsquare.c b/redsquare.c index caee954..2e749d2 100644 --- a/redsquare.c +++ b/redsquare.c @@ -13,7 +13,7 @@ You should have received a copy of the CC0 Public Domain Dedication along with t #include "common.h" #define LEN 35 #define WID 50 -#define STALE_LIMIT 2 +#define STALE_LIMIT 20 #define RLEN LEN //real #define RWID WID #define DEAD 0