summaryrefslogtreecommitdiffstats
path: root/src/mad-server.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-06-30 21:33:27 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-06-30 21:33:27 +0200
commit68ec8067feec09a6fecf8bf2fbffb5d757db3d4a (patch)
tree22e36b867f76647cbdc0a14c5ade54d558d2b4c6 /src/mad-server.cpp
parent61ac0032dec6cf6d93ca3f2c36af17f93d1682b9 (diff)
downloadmad-68ec8067feec09a6fecf8bf2fbffb5d757db3d4a.tar
mad-68ec8067feec09a6fecf8bf2fbffb5d757db3d4a.zip
User-Cache in eigenes Backend verlagert
Diffstat (limited to 'src/mad-server.cpp')
-rw-r--r--src/mad-server.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mad-server.cpp b/src/mad-server.cpp
index 7cac86f..59dca1c 100644
--- a/src/mad-server.cpp
+++ b/src/mad-server.cpp
@@ -38,8 +38,6 @@ int main() {
application.getConfigManager()->loadFile("mad-server.conf");
application.getConfigManager()->finish();
- application.getUserManager()->setCaching(true);
-
while(true)
sleep(1000);