Reverse order on close calls on filestream and cryptstream. Change lazy write of cache to 15 seconds from 30 seconds.

This commit is contained in:
Jim Norman
2006-02-01 15:57:13 +00:00
parent 92bfac50fc
commit 2277926029
2 changed files with 41 additions and 31 deletions

View File

@@ -286,7 +286,7 @@ namespace sscs.lss
private void PersistStoreDelayThreadFn()
{
Thread.Sleep(30000);
Thread.Sleep(15000);
PersistStore();
persistThread = null;
}