This commit is contained in:
Mathis Chenuet
2014-12-11 00:06:55 +01:00
parent b65d47e906
commit 28cdb8f822
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
private HashMap<String, String> pages;
private Log log;
private long lastRequestTime;
private int keepmealive_duration; // time is ms
private int keepmealive_duration; // time in ms
public Server(String url_, Configuration user_config_, Client client_) {
super();