Skip to content

Commit

Permalink
Endre til 30 minutt
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen committed Oct 19, 2023
1 parent 9fb4d82 commit 1532c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class NøkkeltallBehandlingerVentestatus {
enhetStatistikkMapVentefrist = fpsakRestKlient.hentVentefristerNøkkeltall()
.stream()
.collect(Collectors.groupingBy(NøkkeltallBehandlingVentefristUtløperDto::behandlendeEnhet, Collectors.toUnmodifiableList()));
nesteVentefristOppdateringEtter = LocalDateTime.now().plusHours(8);
nesteVentefristOppdateringEtter = LocalDateTime.now().plusMinutes(30);
if (LOG.isInfoEnabled()) {
LOG.info("Hentet friststatistikk fra fpsak, neste hentes etter {}.", nesteVentefristOppdateringEtter);
}
Expand Down

0 comments on commit 1532c64

Please sign in to comment.