aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-04-06 12:10:52 -0400
committerEric Reed <ebr@mediabrowser3.com>2013-04-06 12:10:52 -0400
commit2a9e59e6232b7e04cf984c80547beaf130562c0b (patch)
treef5bf479c1bd496e25645412706401d898f928197 /MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
parentd03081cec3c593a725fa3ab5852daabf8b6b2ccf (diff)
parent51b71afd5cfcaa6db606073a24c4c891cdf46cb3 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs b/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
index 376cf5065..e722ac3dc 100644
--- a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
+++ b/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
@@ -30,7 +30,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
/// <summary>
/// The flush interval
/// </summary>
- private const int FlushInterval = 5000;
+ private const int FlushInterval = 2000;
/// <summary>
/// The flush timer