diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-28 23:37:34 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-28 23:41:25 +0300 |
commit | 03c263a1cdd88ec5967e751cba8640edf9896e51 (patch) | |
tree | e8b3ef45cccc142be3ef39058b6da54abaa83b94 /indra/newview/llaisapi.h | |
parent | 80bfc56ff070614fee5b353056076ebed90f9039 (diff) |
SL-19533 Fix 'fetching' state timeout
Diffstat (limited to 'indra/newview/llaisapi.h')
-rw-r--r-- | indra/newview/llaisapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h index 6270a34081..973c82a847 100644 --- a/indra/newview/llaisapi.h +++ b/indra/newview/llaisapi.h @@ -38,6 +38,7 @@ class AISAPI { public: + static const S32 HTTP_TIMEOUT; typedef enum { INVENTORY, LIBRARY |