This commit is contained in:
2025-08-21 09:07:29 +02:00
parent 6e32a01faa
commit 082dbed910

View File

@@ -37,5 +37,5 @@ pub mut:
pub struct GitRepoConfig {
pub mut:
remote_check_period int = 3600 // seconds = 1h
remote_check_period int = 3600*24*7 // seconds = 7d
}