diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-12-04 22:48:00 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-12-06 01:02:42 +0200 |
commit | 71d547b255c87297a4b97a9b05d004a743ab68e6 (patch) | |
tree | 987ef13d796c4241dbeedc7870846cf79a55de15 /indra/newview/llviewerinventory.h | |
parent | 38fbe5267bef11d57cb3ad7795c3a9b602e414c5 (diff) |
SL-20181 Back off on failure
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rw-r--r-- | indra/newview/llviewerinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index 4297e194dd..1adc5403fd 100644 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -217,6 +217,7 @@ public: FETCH_NONE = 0, FETCH_NORMAL, FETCH_RECURSIVE, + FETCH_FAILED, // back off } EFetchType; EFetchType getFetching(); // marks as fetch being in progress or as done |