Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/c6f804f68c419571abee3d1d02787aa54864f0bc You should set ROOT_URL correctly, otherwise the web may not work correctly.

Feature/Improve redis cache part 2 ()

* Set ttl to 0
pull/3719/head
Thomas Kaul 7 months ago committed by GitHub
parent e4ba27850d
commit c6f804f68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -443,7 +443,7 @@ export class BenchmarkService {
benchmarks,
expiration: expiration.getTime()
}),
ms('12 hours') / 1000
0
);
}

Loading…
Cancel
Save