Searched refs:repl_syncio_timeout (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | replication.c | 1001 if (syncReadLine(fd,buf,1024,server.repl_syncio_timeout*1000) == -1) { in readSyncBulkPayload() 1201 if (syncWrite(fd,cmd,sdslen(cmd),server.repl_syncio_timeout*1000) in sendSynchronousCommand() 1216 if (syncReadLine(fd,buf,sizeof(buf),server.repl_syncio_timeout*1000) in sendSynchronousCommand() 1602 if (syncWrite(fd,"SYNC\r\n",6,server.repl_syncio_timeout*1000) == -1) { in syncWithMaster()
|
| H A D | server.h | 884 int repl_syncio_timeout; /* Timeout for synchronous I/O calls */ member
|
| H A D | server.c | 1549 server.repl_syncio_timeout = CONFIG_REPL_SYNCIO_TIMEOUT; in initServerConfig()
|