steamutils 1.2.60 → 1.2.61
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +1 -1
- package/package.json +1 -1
package/SteamClient.js
CHANGED
@@ -985,7 +985,7 @@ function SteamClient({
|
|
985
985
|
if (isAutoRequestFreeLicense) {
|
986
986
|
doSetInterval(function () {
|
987
987
|
autoRequestFreeLicense(false, 50)
|
988
|
-
}, 60000, 'autoRequestFreeLicense')
|
988
|
+
}, [5 * 60000, 10 * 60000], 'autoRequestFreeLicense')
|
989
989
|
}
|
990
990
|
if (autoPlay) {
|
991
991
|
await sleep(10000)
|