diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-30 16:08:41 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-30 16:08:41 +0200 |
| commit | b853012cb6ac4f6d751d21f7b61a4c897cfcde87 (patch) | |
| tree | 380f43fd200336fdacf15c154277bad856f9eb0a /src/include | |
| parent | d64d7db5f59918ef2eaa01657b71b8268acecd0f (diff) | |
| download | box64-b853012cb6ac4f6d751d21f7b61a4c897cfcde87.tar.gz box64-b853012cb6ac4f6d751d21f7b61a4c897cfcde87.zip | |
Small improvment to BOX64_ROLLING_LOG=1
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/box64context.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |