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

@@ -20,4 +20,4 @@ To create the jar file, simply type "ant".
## Usage
Once you have a jar file you look at the usage by doing "java -jar bin/sheepit-client.jar --help".
When you are doing your development you can use a mirror of the main site who is specially made for demo/dev, it is localted at **http://www-demo.sheepit-renderfarm.com**
When you are doing your development you can use a mirror of the main site who is specially made for demo/dev, it is located at **http://www-demo.sheepit-renderfarm.com**

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();