mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Merge branch 'conection-timeout' into 'dev'
Increased network timeout. See merge request turris/reforis/foris-js!82
This commit is contained in:
commit
813a865f62
|
@ -13,7 +13,7 @@ export const HEADERS = {
|
|||
"X-CSRFToken": getCookie("_csrf_token"),
|
||||
};
|
||||
|
||||
export const TIMEOUT = 5000;
|
||||
export const TIMEOUT = 30500;
|
||||
|
||||
export const API_ACTIONS = {
|
||||
INIT: 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user