1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00

Increased network timeout.

This commit is contained in:
Maciej Lenartowicz 2020-01-16 18:40:57 +01:00
parent 2d375b1690
commit c495aa97ac
No known key found for this signature in database
GPG Key ID: 1ABD2CB41B59B8E4

View File

@ -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,