Skip to content

Commit c54800c

Browse files
committed
Increase TICK_DUATION_FOR_ALLOCATION_MS
1 parent 1c3f7fc commit c54800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
// The tick duration used to calculate the size of memory buffers.
3030
// This determines the memory footprint of the application.
31-
#define TICK_DURATION_FOR_ALLOCATION_MS 500
31+
#define TICK_DURATION_FOR_ALLOCATION_MS 750
3232
#define TRANSACTION_SPARSENESS 1
3333

3434
// Below are 2 variables that are used for auto-F5 feature:

0 commit comments

Comments
 (0)