From b853012cb6ac4f6d751d21f7b61a4c897cfcde87 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 30 Jul 2022 16:08:41 +0200 Subject: Small improvment to BOX64_ROLLING_LOG=1 --- src/include/box64context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/box64context.h b/src/include/box64context.h index 1e7f5efc..79560227 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -64,7 +64,7 @@ typedef struct base_segment_s { pthread_key_t key; } base_segment_t; -#define CYCLE_LOG 8 +#define CYCLE_LOG 16 typedef struct box64context_s { path_collection_t box64_path; // PATH env. variable -- cgit 1.4.1