Skip to content

Commit 5dc1bf1

Browse files
author
alllexey
committed
CACHE_EXPIRATION_MS = 3 days
1 parent 95649e3 commit 5dc1bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/me/alllexey123/itmowidgets/data/local/ScheduleLocalDataSourceImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.time.LocalDate
99
import java.util.zip.GZIPInputStream
1010
import java.util.zip.GZIPOutputStream
1111

12-
private const val CACHE_EXPIRATION_MS = 3 * 60 * 60 * 1000L // 3 hours
12+
private const val CACHE_EXPIRATION_MS = 3 * 24 * 60 * 60 * 1000L // 3 days
1313

1414
class ScheduleLocalDataSourceImpl(
1515
private val gson: Gson,

0 commit comments

Comments
 (0)