mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	[PRIVACY] Disable update_checker cron tasks
		
	- This is being disabled as it will weekly connect to a domain. - This only affects existing installations, as new installations will have a explicit value being written into app.ini due to https://github.com/go-gitea/gitea/pull/21655 (cherry picked from commitcd0b8b6852) (cherry picked from commit58d43867ca) (cherry picked from commitf290b91e50) (cherry picked from commit5bd6d75554) (cherry picked from commite5d0abb592) (cherry picked from commit4b381ce77e) (cherry picked from commitb6a9b1390d) (cherry picked from commit3674362871) (cherry picked from commitaf0f606fc1) (cherry picked from commit49560da6fb) (cherry picked from commitca06e27c5b) (cherry picked from commit163df86df5) (cherry picked from commit0391c6ae42)
This commit is contained in:
		
					parent
					
						
							
								fd492a03f5
							
						
					
				
			
			
				commit
				
					
						f282f2d42f
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -146,7 +146,7 @@ func registerUpdateGiteaChecker() {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	RegisterTaskFatal("update_checker", &UpdateCheckerConfig{
 | 
						RegisterTaskFatal("update_checker", &UpdateCheckerConfig{
 | 
				
			||||||
		BaseConfig: BaseConfig{
 | 
							BaseConfig: BaseConfig{
 | 
				
			||||||
			Enabled:    true,
 | 
								Enabled:    false,
 | 
				
			||||||
			RunAtStart: false,
 | 
								RunAtStart: false,
 | 
				
			||||||
			Schedule:   "@every 168h",
 | 
								Schedule:   "@every 168h",
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue