kopia lustrzana https://gitlab.com/sane-project/backends
pixma_bjnp: change default timeout from 1 to 10 seconds (10000)
rodzic
d15aa248c7
commit
155248dde2
|
@ -80,7 +80,7 @@
|
|||
/* timers */
|
||||
#define BJNP_BROADCAST_INTERVAL 10 /* ms between broadcasts */
|
||||
#define BJNP_BC_RESPONSE_TIMEOUT 500 /* waiting time for broadc. responses */
|
||||
#define BJNP_TIMEOUT_DEFAULT 1000 /* minimum tiemout value for network operations */
|
||||
#define BJNP_TIMEOUT_DEFAULT 10000 /* minimum tiemout value for network operations */
|
||||
#define BJNP_USLEEP_MS 1000 /* sleep for 1 msec */
|
||||
|
||||
/* retries */
|
||||
|
|
Ładowanie…
Reference in New Issue