From 0a8f168fc5a0a1058bcd6f01fbd0c28fee38e7f8 Mon Sep 17 00:00:00 2001
From: mcmlxxix <>
Date: Thu, 8 Sep 2011 15:48:47 +0000
Subject: [PATCH] move json-db settings to separate file

---
 ctrl/json-db.ini | 5 +++++
 ctrl/modopts.ini | 6 ------
 2 files changed, 5 insertions(+), 6 deletions(-)
 create mode 100644 ctrl/json-db.ini

diff --git a/ctrl/json-db.ini b/ctrl/json-db.ini
new file mode 100644
index 0000000000..43b5e8a2d0
--- /dev/null
+++ b/ctrl/json-db.ini
@@ -0,0 +1,5 @@
+;database save interval (in seconds)
+	save_interval = 300
+	
+;keep data file human readable?
+	keep_readable = false
diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini
index c7b2d662d0..048be9dfd1 100644
--- a/ctrl/modopts.ini
+++ b/ctrl/modopts.ini
@@ -42,9 +42,3 @@
 ;default host: bbs.thebrokenbubble.com
 	port = 10088
 ;default port: 10088
-
-[jsondb]
-;database save interval (in seconds)
-	save_interval = 300
-;keep data file human readable?
-	readable = false
\ No newline at end of file
-- 
GitLab