modules/rss.go: keep silent for 15 minutes after startup
This commit is contained in:
		
							parent
							
								
									7cc0768e2a
								
							
						
					
					
						commit
						f50ec2da98
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -44,7 +44,7 @@ func rssRun() {
 | 
				
			||||||
		xlog.Fatal(err.Error())
 | 
							xlog.Fatal(err.Error())
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	go func() {
 | 
						go func() {
 | 
				
			||||||
		time.Sleep(300 * time.Second)
 | 
							time.Sleep(900 * time.Second)
 | 
				
			||||||
		hideOutput = false
 | 
							hideOutput = false
 | 
				
			||||||
	}()
 | 
						}()
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue