Bug 362127. Increase timeout on client before returning an error.

This commit is contained in:
Jim Norman 2008-08-25 22:31:39 +00:00
parent c19febd344
commit dc608ad2a6
2 changed files with 1456 additions and 1451 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@ int firstReadAfterWrite = 0;
#endif
#ifdef SSCS_LINUX_PLAT_F
#define RETRIES 1000
#define RETRIES 2000
#endif
/*
*/