summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/io/lock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/lock.cpp b/src/io/lock.cpp
index 7b8f014..911b5db 100644
--- a/src/io/lock.cpp
+++ b/src/io/lock.cpp
@@ -39,7 +39,7 @@ namespace tmwa
{
/// number of backups to keep
static
-const int backup_count = 10;
+const int backup_count = 9;
/// Protected file writing
/// (Until the file is closed, it keeps the old file)