Use 12Hz as default fps throttle
							parent
							
								
									75d7314493
								
							
						
					
					
						commit
						d737adb1b8
					
				| 
						 | 
					@ -56,7 +56,7 @@ from ..log import get_logger
 | 
				
			||||||
log = get_logger(__name__)
 | 
					log = get_logger(__name__)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# TODO: load this from a config.toml!
 | 
					# TODO: load this from a config.toml!
 | 
				
			||||||
_quote_throttle_rate: int = 6 + 16  # Hz
 | 
					_quote_throttle_rate: int = 12  # Hz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# a working tick-type-classes template
 | 
					# a working tick-type-classes template
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue