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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 25 16:23:14 MDT 2008 - jnorman@novell.com
- Bug 362127. Increase retry/timeout before returning an error.
-------------------------------------------------------------------
Mon Jul 15 16:26:21 MDT 2008 - jnorman@novell.com

View File

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