diff --git a/service/storage_service.hh b/service/storage_service.hh index 57dd8b8a59..10a7fe971b 100644 --- a/service/storage_service.hh +++ b/service/storage_service.hh @@ -163,7 +163,7 @@ private: } else #endif - return 5 * 1000; + return 30 * 1000; } /* This abstraction maintains the token/endpoint metadata information */ token_metadata _token_metadata;