Skip to content

Commit

Permalink
timeout multiplied (openethereum#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf authored and gavofyork committed Aug 23, 2016
1 parent f2be2ae commit 9fc144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/nano/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use nanomsg::{Socket, Protocol, Error, Endpoint, PollRequest, PollFd, PollInOut}
use std::ops::Deref;

const POLL_TIMEOUT: isize = 200;
const CLIENT_CONNECTION_TIMEOUT: isize = 15000;
const CLIENT_CONNECTION_TIMEOUT: isize = 120000;

/// Generic worker to handle service (binded) sockets
pub struct Worker<S: ?Sized> where S: IpcInterface {
Expand Down

0 comments on commit 9fc144c

Please sign in to comment.