diff --git a/server/application-server/src/main/resources/application-prod.yml b/server/application-server/src/main/resources/application-prod.yml index f2e2034e..df356106 100644 --- a/server/application-server/src/main/resources/application-prod.yml +++ b/server/application-server/src/main/resources/application-prod.yml @@ -17,7 +17,7 @@ spring: monitoring: runOnStartup: ${MONITORING_RUN_ON_STARTUP:true} # Fetching timeframe in days - timeframe: ${MONITORING_TIMEFRAME:30} + timeframe: ${MONITORING_TIMEFRAME:7} repository-sync-cron: ${MONITORING_REPOSITORY_SYNC_CRON:0 0 * * * *} repositories: ${MONITORING_REPOSITORIES:ls1intum/Artemis}