aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 01dfe23..46b9a4c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,9 +2,9 @@
#include <time.h>
#define PRINT_ITEM_FREQUENCY
-#define PRINT_ON_WALK
+// #define PRINT_ON_WALK
// #define SAVE_TO_FILE_ON_WALK "out.txt"
-#define WALK_LEN 100
+#define WALK_LEN 10000
#define ITEM_CAP 400
int ITEMS = 0;