Searched refs:repl_syncio_timeout (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | replication.c | 1134 if (syncReadLine(fd,buf,1024,server.repl_syncio_timeout*1000) == -1) { in readSyncBulkPayload() 1368 if (syncWrite(fd,cmd,sdslen(cmd),server.repl_syncio_timeout*1000) in sendSynchronousCommand() 1382 if (syncReadLine(fd,buf,sizeof(buf),server.repl_syncio_timeout*1000) in sendSynchronousCommand() 1833 if (syncWrite(fd,"SYNC\r\n",6,server.repl_syncio_timeout*1000) == -1) { in syncWithMaster()
|
| H A D | server.h | 1161 int repl_syncio_timeout; /* Timeout for synchronous I/O calls */ member
|
| H A D | server.c | 1658 server.repl_syncio_timeout = CONFIG_REPL_SYNCIO_TIMEOUT; in initServerConfig()
|