Rework cache flushing logic--this version should work much better.
[bluesky.git] / kvstore / kvservice.cc
index 59e194a..b620f86 100644 (file)
@@ -68,7 +68,7 @@ void KeyValueRpcService::PutValue(
         response->set_result(kvrpc::FAILURE);
     }
 
-    minimum_delay(&start, 1000000);
+    //minimum_delay(&start, 1000000);
     done->Run();
 }
 
@@ -92,7 +92,7 @@ void KeyValueRpcService::GetValue(
         response->set_result(kvrpc::FAILURE);
     }
 
-    minimum_delay(&start, 1000000);
+    //minimum_delay(&start, 1000000);
     done->Run();
 }