aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index 2e741ea..c063c91 100644
--- a/js/main.js
+++ b/js/main.js
@@ -179,7 +179,7 @@ function authenticateWithPlex() {
function listenForValidPincode(pinId, clientId, pinCode) {
let currentTime = Date.now();
- if ((currentTime - backOffTimer)/1000 < 10) {
+ if ((currentTime - backOffTimer)/1000 < 180) {
$.ajax({
"url": `https://plex.tv/api/v2/pins/${pinId}`,
"headers": {