increased carbon grace period to 90s
This commit is contained in:
		
							parent
							
								
									98e7d9c74e
								
							
						
					
					
						commit
						f6374f466b
					
				|  | @ -18,7 +18,7 @@ public final class Config { | |||
| 	public static final int PING_TIMEOUT = 10; | ||||
| 	public static final int SOCKET_TIMEOUT = 15; | ||||
| 	public static final int CONNECT_TIMEOUT = 90; | ||||
| 	public static final int CARBON_GRACE_PERIOD = 60; | ||||
| 	public static final int CARBON_GRACE_PERIOD = 90; | ||||
| 	public static final int MINI_GRACE_PERIOD = 750; | ||||
| 
 | ||||
| 	public static final int AVATAR_SIZE = 192; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Daniel Gultsch
						Daniel Gultsch