Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/java/net/vonforst/evmap/api/nobil/NobilApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class NobilApiWrapper(
override val id = "nobil"
override val supportsOnlineQueries = false // Online queries are supported, but can't be used together with full downloads
override val supportsFullDownload = true
override val cacheLimit = Duration.ofDays(300L)
override val cacheLimit = Duration.ofDays(15L)
val api = NobilApi.create(baseurl, context)

override suspend fun fullDownload(): FullDownloadResult<NobilReferenceData> {
Expand Down