diff --git a/csharp/App/SaliMax/src/AggregationService/Aggregator.cs b/csharp/App/SaliMax/src/AggregationService/Aggregator.cs index 6bb6c4a0c..e3026b264 100644 --- a/csharp/App/SaliMax/src/AggregationService/Aggregator.cs +++ b/csharp/App/SaliMax/src/AggregationService/Aggregator.cs @@ -70,7 +70,7 @@ public static class Aggregator { Console.WriteLine("An error has occured when calculating daily aggregated data, exception is:\n" + e); } - await Task.Delay(TimeSpan.FromHours(1)); + await Task.Delay(TimeSpan.FromDays(1)); } }