| commit | ac8bf137d2dc907ff7cbcff6154113ff91046efb | [log] [tgz] |
|---|---|---|
| author | Eric Anderson <ejona@google.com> | Mon Apr 15 15:40:54 2013 -0700 |
| committer | Eric Anderson <ejona@google.com> | Mon Apr 15 15:45:58 2013 -0700 |
| tree | 31a268250ccdc5a27db2b266cde772c977d60115 | |
| parent | 7f50cae0eeb3fd266fd89d614471480eecc37e51 [diff] |
Fix modification detection for SP 2010 We used to infinite loop when detecting modifications with SP 2010. The fix for that effectively killed modification detection outright. The real issue is that SP 2010's timeout value is different than 2007 and we were using too low of a value for SP 2010 to return any results. Thus, that caused us to page through an infinite number of pages of size zero.