Unverified Commit 70ecdf6f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

more cache_ts fixes

parent 516dc432
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1660,7 +1660,8 @@ sub startup {
							{
								$cache_ts->set(
									year  => $+{year},
									month => $+{month}
									month => $+{month},
									day   => 1,
								);
							}
							$self->journey_stats_cache->invalidate(
@@ -1841,7 +1842,8 @@ sub startup {
					{
						$cache_ts->set(
							year  => $+{year},
							month => $+{month}
							month => $+{month},
							day   => 1,
						);
					}
					$self->journey_stats_cache->invalidate(