Mercurial > hg > orthanc-gcp
changeset 22:d96da54ee0ec
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Jun 2019 07:51:30 +0200 |
parents | 17f371dc120d |
children | e517e23c9fb5 |
files | Plugin/GoogleConfiguration.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;