Change session cookie lifetime from testing value to "production value"

This commit is contained in:
Miguel Veloso 2019-05-03 16:13:32 +01:00 committed by GitHub
parent 07081792e8
commit 53d4865021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,5 @@
},
"HttpClientRetryCount": 8,
"HttpClientExceptionsAllowedBeforeBreaking": 7,
"SessionCookieLifetimeMinutes": 1
}
"SessionCookieLifetimeMinutes": 60
}