diff --git a/service/storage_service.hh b/service/storage_service.hh index 698269cc0c..67c62a8a93 100644 --- a/service/storage_service.hh +++ b/service/storage_service.hh @@ -83,7 +83,7 @@ private: } else #endif - return 30 * 1000; + return 5 * 1000; } /* This abstraction maintains the token/endpoint metadata information */ token_metadata _token_metadata;