Skip to content
Snippets Groups Projects
Unverified Commit 3027e061 authored by Jakob Möller's avatar Jakob Möller Committed by GitHub
Browse files

Fix Typo in TTL comment (#118)

parent aa317984
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class ApplicationConfigurationRequest(
companion object {
private val TAG: String? = ApplicationConfigurationRequest::class.simpleName
private const val SOFT_TTL = 5 * 60 * 1000 // in 3 minutes cache will be hit, but also refreshed on background
private const val SOFT_TTL = 5 * 60 * 1000 // in 5 minutes cache will be hit, but also refreshed on background
private const val TTL = 1 * 60 * 60 * 1000 // in 1 hours this cache entry expires completely
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment