Skip to content

Commit 71c1e5d

Browse files
Bump org.jetbrains.changelog from 2.2.1 to 2.3.0 (#56)
* Bump org.jetbrains.changelog from 2.2.1 to 2.3.0 Bumps org.jetbrains.changelog from 2.2.1 to 2.3.0. --- updated-dependencies: - dependency-name: org.jetbrains.changelog dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Setting expireAfterWrite to 55 min --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohamed Adrik <[email protected]>
1 parent c99c12d commit 71c1e5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
junit = "4.13.2"
44

55
# plugins
6-
changelog = "2.2.1"
6+
changelog = "2.3.0"
77
intelliJPlatform = "2.7.0"
88
kotlin = "2.1.21"
99
kover = "0.9.1"

src/main/kotlin/no/spk/fiskeoye/plugin/service/FiskeoyeService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal object FiskeoyeService {
2020
private const val ID = "resultat_linje"
2121
private val cache: Cache<String, Pair<String, List<Element>?>> = Caffeine.newBuilder()
2222
.maximumSize(300)
23-
.expireAfterWrite(Duration.ofMinutes(60))
23+
.expireAfterWrite(Duration.ofMinutes(55))
2424
.expireAfterAccess(Duration.ofMinutes(60))
2525
.recordStats()
2626
.build()

0 commit comments

Comments
 (0)