Updated comment #4750

This commit is contained in:
Jerry (Xinyu Hou) 2015-07-10 12:40:01 -07:00
parent d51eb7b8b5
commit c2b96cfbb7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#define MAX_ERROR_SIZE 65535
// s_retryDelay * s_maxRetry = 10s
// maxmium retry time limit set to 10s
static const int s_maxRetry = 1000;
static const float s_retryDelay = 0.01f;