mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Update comment to reflect new timeout value.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2685,7 +2685,7 @@ static void ast_remotecontrol(char *data)
|
||||
curline = nextline;
|
||||
} while (!ast_strlen_zero(curline));
|
||||
|
||||
/* No non-verbose output in 500ms */
|
||||
/* No non-verbose output in 60 seconds. */
|
||||
if (not_written) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user