refactor(store): update refresh interval from 2min to 60min
This commit is contained in:
		| @@ -43,8 +43,8 @@ const store = () => { | ||||
|         // | ||||
|         state.refreshInterval = setInterval(() => { | ||||
|           this.refreshAuth(); | ||||
|           // 2min | ||||
|         }, 2 * 60000); | ||||
|           // 60min | ||||
|         }, 60 * 60000); | ||||
|         // | ||||
|         return state; | ||||
|       }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user