Fix app config refresh timeout.
This commit is contained in:
		
							parent
							
								
									65342559c7
								
							
						
					
					
						commit
						1e64ba8f29
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
 | 
			
		|||
namespace Main {
 | 
			
		||||
namespace {
 | 
			
		||||
 | 
			
		||||
constexpr auto kRefreshTimeout = TimeId(3600);
 | 
			
		||||
constexpr auto kRefreshTimeout = 3600 * crl::time(1000);
 | 
			
		||||
 | 
			
		||||
} // namespace
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue