Renaming package file to statistics, timeout 1 day
authorMartin Rexa <martin.rexa@centrum.cz>
Fri, 08 Jan 2010 00:42:57 +0100
changeset 187ad48f5c7dfef
parent 186 47e21a031490
child 188 1cd2f78f4a1d
Renaming package file to statistics, timeout 1 day
statistics/pom.xml
statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java
     1.1 --- a/statistics/pom.xml	Fri Jan 08 00:31:07 2010 +0100
     1.2 +++ b/statistics/pom.xml	Fri Jan 08 00:42:57 2010 +0100
     1.3 @@ -112,7 +112,7 @@
     1.4                <descriptors>
     1.5                  <descriptor>all-zip.xml</descriptor>
     1.6                </descriptors>
     1.7 -              <finalName>statisticsdor-${version}</finalName>
     1.8 +              <finalName>statistics-${version}</finalName>
     1.9              </configuration>
    1.10            </execution>
    1.11          </executions>
     2.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Fri Jan 08 00:31:07 2010 +0100
     2.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/resources/Statistics.java	Fri Jan 08 00:42:57 2010 +0100
     2.3 @@ -66,8 +66,8 @@
     2.4      {
     2.5          int port = 9444;
     2.6          // timeout between reprocessing games in miliseconds
     2.7 -//        long timeout = 1000 * 60 * 60;
     2.8 -        long timeout = 1000 * 10;
     2.9 +        long timeout = 1000 * 60 * 60 * 24;
    2.10 +//        long timeout = 1000 * 10;
    2.11  
    2.12          try {
    2.13              port = Integer.parseInt(args[0]);