typo
This commit is contained in:
@@ -20,4 +20,4 @@ To create the jar file, simply type "ant".
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Once you have a jar file you look at the usage by doing "java -jar bin/sheepit-client.jar --help".
|
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**
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
|
|||||||
private HashMap<String, String> pages;
|
private HashMap<String, String> pages;
|
||||||
private Log log;
|
private Log log;
|
||||||
private long lastRequestTime;
|
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_) {
|
public Server(String url_, Configuration user_config_, Client client_) {
|
||||||
super();
|
super();
|
||||||
|
|||||||
Reference in New Issue
Block a user