# HG changeset patch # User Sebastien Jodogne # Date 1561614690 -7200 # Node ID d96da54ee0ec2e7eb6024ccb4e868782a52f82ce # Parent 17f371dc120d023bd54c0459e29d11c961793a08 typo diff -r 17f371dc120d -r d96da54ee0ec Plugin/GoogleConfiguration.cpp --- a/Plugin/GoogleConfiguration.cpp Wed Jun 26 16:12:09 2019 +0200 +++ b/Plugin/GoogleConfiguration.cpp Thu Jun 27 07:51:30 2019 +0200 @@ -70,9 +70,9 @@ configuration.GetSection(google, "GoogleCloudPlatform"); baseGoogleUrl_ = google.GetStringValue("BaseUrl", DEFAULT_GOOGLE_URL); - timeoutSeconds_ = google.GetUnsignedIntegerValue("Timeout", 10); + timeoutSeconds_ = google.GetUnsignedIntegerValue("Timeout", 60); - if (!google.LookupUnsignedIntegerValue(refreshIntervalSeconds_, "RefreshInternal") || + if (!google.LookupUnsignedIntegerValue(refreshIntervalSeconds_, "RefreshInterval") || refreshIntervalSeconds_ == 0) { refreshIntervalSeconds_ = 60;