Change Persist Thread to a 30 Second delayed, run once on changes.

This commit is contained in:
Jim Norman
2005-10-27 19:24:13 +00:00
parent bb67a93ec8
commit 2483c16c08
7 changed files with 55 additions and 16 deletions

View File

@@ -501,6 +501,13 @@ namespace sscs.cache
return false;
}
internal void UpdatePersistentStore()
{
if (lss != null)
lss.PersistStoreWithDelay();
}
/* This function would need to do any storage/cleanup required
* before removing a user session.
*/