Browse Source

Fix timeout error

warmup
jl777 5 years ago
parent
commit
dd67e645ff
  1. 4
      src/komodo_nSPV_defs.h

4
src/komodo_nSPV_defs.h

@ -18,8 +18,8 @@
#define KOMODO_NSPV_DEFSH
#define NSPV_PROTOCOL_VERSION 0x00000002
#define NSPV_POLLITERS 100
#define NSPV_POLLMICROS 30000
#define NSPV_POLLITERS 200
#define NSPV_POLLMICROS 50000
#define NSPV_MAXVINS 64
#define NSPV_AUTOLOGOUT 777
#define NSPV_BRANCHID 0x76b809bb

Loading…
Cancel
Save