diff options
| author | gingerBill <bill@gingerbill.org> | 2021-05-03 20:45:27 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-05-03 20:45:27 +0100 |
| commit | a5eea97edbffc531405fea08122fc3d0d6b408dc (patch) | |
| tree | 8f5b9b6cef25d214977c091a82510b94938f87c2 /src/main.cpp | |
| parent | 866d5302fee24b74e8097d042ac3a1e6cb9e8f74 (diff) | |
Prepare to multithread object generation
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3f92632f2..756fcc3ac 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1929,7 +1929,7 @@ int main(int arg_count, char const **arg_ptr) { Timings *timings = &global_timings; - timings_init(timings, str_lit("Total Time"), 128); + timings_init(timings, str_lit("Total Time"), 2048); defer (timings_destroy(timings)); arena_init(&permanent_arena, heap_allocator()); |