132a688bec
Using eventbus was a terrible approach because if session would expire in less than 3 mins then we would do an explicit API request to reset session for each upload progress ping. With this change we simply check if there is at least one ongoing upload and refresh session with one single API request and we don't show inactivity modal. This is a possible fix for this issue (at least I can't reproduce it): https://github.com/storj/storj/issues/5618 How to test: setup storj-up with InactivityTimerDuration config value set to 120 seconds. go to object browser and start upload of some heavy file, for example 1GB. check if inactivity timer would be shown in 2 mins, additionaly you may check DevTools network tab. in my case upload is successfully done in about 3-4 mins without any problems. Change-Id: I09142a7affac08db1d02992ca2d2f40c6267324f |
||
---|---|---|
.. | ||
multinode | ||
satellite | ||
storagenode |