Skip to content

Commit

Permalink
odb--daemon: disable resize on oidmap
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hostetler <[email protected]>
  • Loading branch information
jeffhostetler authored and vdye committed Apr 22, 2024
1 parent 5be1a55 commit 9d969b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/odb--daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ static int do_run_daemon(void)
odb_over_ipc__set_is_daemon();

oidmap_init(&my_oidmap, 1024 * 1024);
hashmap_disable_item_counting(&my_oidmap.map);

// TODO Create mutexes and locks
//
Expand Down

0 comments on commit 9d969b8

Please sign in to comment.