Home
last modified time | relevance | path

Searched refs:delayed (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md6 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
DHISTORY.md678 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
/rocksdb-6.9/docs/_posts/
D2017-03-02-rocksdb-5-2-1-released.markdown10 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc1402 bool delayed = false; in DelayWrite() local
1427 delayed = true; in DelayWrite()
1443 delayed = true; in DelayWrite()
1453 assert(!delayed || !write_options.no_slowdown); in DelayWrite()
1454 if (delayed) { in DelayWrite()