Commit c5deea01 authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

[t:3036] Set default number of range locks to 0x7FFFFFFF, effectively infinite.

git-svn-id: file:///svn/toku/tokudb@25520 c7de825b-a66e-492c-adef-691d508d4ae1
parent c2d2372f
......@@ -124,7 +124,7 @@ single_process_unlock(int *lockfd) {
}
/** The default maximum number of persistent locks in a lock tree */
const u_int32_t __toku_env_default_max_locks = 1000;
const u_int32_t __toku_env_default_max_locks = 0x7FFFFFFF;
const uint64_t __toku_env_default_max_lock_memory = 1000*1024;
static inline DBT*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment