Up the server rick to every 5 minutes
This commit is contained in:
		
							parent
							
								
									78dc6f3d4c
								
							
						
					
					
						commit
						dc957f7fc1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -17,7 +17,7 @@ var ver = flag.Bool("version", false, "Display version number")
 | 
				
			||||||
var quit = flag.Int("quit", 0, "Quit after n seconds, useful for testing")
 | 
					var quit = flag.Int("quit", 0, "Quit after n seconds, useful for testing")
 | 
				
			||||||
var address = flag.String("address", "", "The address to host on, automatically selected if empty")
 | 
					var address = flag.String("address", "", "The address to host on, automatically selected if empty")
 | 
				
			||||||
var data = flag.String("data", "", "Directory to store persistant data, no storage if empty")
 | 
					var data = flag.String("data", "", "Directory to store persistant data, no storage if empty")
 | 
				
			||||||
var tick = flag.Int("tick", 30, "Number of minutes per server tick (0 for no tick)")
 | 
					var tick = flag.Int("tick", 5, "Number of minutes per server tick (0 for no tick)")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func InnerMain() {
 | 
					func InnerMain() {
 | 
				
			||||||
	flag.Parse()
 | 
						flag.Parse()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue