diff options
author | dormando <dormando@rydia.net> | 2019-09-30 18:42:33 -0700 |
---|---|---|
committer | dormando <dormando@rydia.net> | 2019-09-30 18:42:33 -0700 |
commit | 1939cf9edc0656f7b1cfab6365f313b56b07a333 (patch) | |
tree | 757d87735cf55ea5590c038b25fa8aa073250502 | |
parent | e3d97fd12af49615cd682fc9d9e83d3df91e8c42 (diff) | |
download | memcached-1.5.19.tar.gz |
metaget.t: flush to extstore more frequently.1.5.19
-rw-r--r-- | t/metaget.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/metaget.t b/t/metaget.t index ba934ea..5507f66 100644 --- a/t/metaget.t +++ b/t/metaget.t @@ -444,7 +444,7 @@ if (supports_extstore()) { for (1 .. $keycount) { print $sock "set mfoo$_ 0 0 100000 noreply\r\n$value\r\n"; # wait to avoid memory evictions - wait_for_ext($sock, 1) if ($_ % 500 == 0); + wait_for_ext($sock, 1) if ($_ % 250 == 0); } print $sock "mg mfoo1 sv\r\n"; |