The following changes since commit 09c782bbe1c62d016c8b165f304c7085a7ff9ffd: Update documentation for mmapshared (MMAP_SHARED) (2015-10-28 14:04:24 +0900) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 125451c0455dfcfd11dbcf9570d23218ed4b8ad3: Bump the client ETA timeout from 5s to 30s (2015-10-30 11:52:23 +0900) ---------------------------------------------------------------- Jens Axboe (1): Bump the client ETA timeout from 5s to 30s server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/server.h b/server.h index 18a689c..eb29de7 100644 --- a/server.h +++ b/server.h @@ -74,7 +74,7 @@ enum { FIO_NET_NAME_MAX = 256, - FIO_NET_CLIENT_TIMEOUT = 5000, + FIO_NET_CLIENT_TIMEOUT = 30000, FIO_PROBE_FLAG_ZLIB = 1UL << 0, }; -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html