Browse Source

Increase how much seconds to assume the key is valid.

10 seconds is a bit low, there are services that change their key
every 15 seconds. Increase the period in which we assume the key is
valid to 30 seconds.
Georgi Chorbadzhiyski 11 years ago
parent
commit
ea15008f4e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      data.h

+ 1
- 1
data.h View File

@@ -30,7 +30,7 @@
30 30
 #define FRAME_SIZE 1316
31 31
 
32 32
 // How much seconds to assume the key is valid
33
-#define KEY_VALID_TIME 10
33
+#define KEY_VALID_TIME 30
34 34
 
35 35
 #define EMM_QUEUE_HARD_LIMIT 10000
36 36
 #define EMM_QUEUE_SOFT_LIMIT 1000

Loading…
Cancel
Save