From 2ee36211ba872bc6a944a85a3104a751d4fda254 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 5 Sep 2008 12:24:42 +0000 Subject: Made multiple pentominos request work properly (still no reusage of the connection). Also increaed the default ttl to 7 days instead of 1. --- server/src/configuration.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/configuration.cc') diff --git a/server/src/configuration.cc b/server/src/configuration.cc index 33f3256..8e932d1 100644 --- a/server/src/configuration.cc +++ b/server/src/configuration.cc @@ -33,8 +33,8 @@ std::string Conf::server_group = "pracro"; std::string Conf::journal_commit_addr = "localhost"; port_t Conf::journal_commit_port = 18112; -time_t Conf::db_max_ttl = 60 * 60 * 24; -time_t Conf::pentominos_max_ttl = 60 * 60 * 24; +time_t Conf::db_max_ttl = 7 * 60 * 60 * 24; +time_t Conf::pentominos_max_ttl = 7 * 60 * 60 * 24; std::string Conf::pentominos_addr = "localhost"; port_t Conf::pentominos_port = 11108; -- cgit v1.2.3