mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Increased network timeout.
This commit is contained in:
		@@ -13,7 +13,7 @@ export const HEADERS = {
 | 
				
			|||||||
    "X-CSRFToken": getCookie("_csrf_token"),
 | 
					    "X-CSRFToken": getCookie("_csrf_token"),
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const TIMEOUT = 5000;
 | 
					export const TIMEOUT = 30500;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const API_ACTIONS = {
 | 
					export const API_ACTIONS = {
 | 
				
			||||||
    INIT: 1,
 | 
					    INIT: 1,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user