mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
comments
This commit is contained in:
parent
8e14fdfc53
commit
58a5fdc62c
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ void OpScan(const OpArgs& op_args, const ScanOpts& scan_opts, uint64_t* cursor,
|
|||
|
||||
const auto start = absl::Now();
|
||||
// Don't allow it to monopolize cpu time.
|
||||
const absl::Duration timeout = absl::Milliseconds(200);
|
||||
const absl::Duration timeout = absl::Milliseconds(10);
|
||||
|
||||
do {
|
||||
cur = prime_table->Traverse(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue