summaryrefslogtreecommitdiffstats
path: root/src/mad-server.cpp
diff options
context:
space:
mode:
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);