Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2015-11-12 03:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-11-12 03:00:40 +0300
commitdad1bd6127115cda89158c4c8fcf35cc4451218c (patch)
tree8dc4f64231ee71dbbce0e595093b33b20e0c21de /moses/Parameter.cpp
parent858a509d53a9bb990e3a33bd968d2e721b34572c (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index 8ab5d7ad2..8d634ee39 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -218,16 +218,16 @@ Parameter::Parameter()
AddParam(server_opts,"server-log", "Log destination for moses server");
AddParam(server_opts,"serial", "Run server in serial mode, processing only one request at a time.");
- AddParam(server_opts,"server-maxconn",
- "Max. No of simultaneous HTTP transactions allowed by the server.");
+ AddParam(server_opts,"server-maxconn",
+ "Max. No of simultaneous HTTP transactions allowed by the server.");
AddParam(server_opts,"server-maxconn-backlog",
- "Max. No. of requests the OS will queue if the server is busy.");
- AddParam(server_opts,"server-keepalive-maxconn",
- "Max. No. of requests the server will accept on a single TCP connection.");
- AddParam(server_opts,"server-keepalive-timeout",
- "Max. number of seconds the server will keep a persistent connection alive.");
- AddParam(server_opts,"server-timeout",
- "Max. number of seconds the server will wait for a client to submit a request once a connection has been established.");
+ "Max. No. of requests the OS will queue if the server is busy.");
+ AddParam(server_opts,"server-keepalive-maxconn",
+ "Max. No. of requests the server will accept on a single TCP connection.");
+ AddParam(server_opts,"server-keepalive-timeout",
+ "Max. number of seconds the server will keep a persistent connection alive.");
+ AddParam(server_opts,"server-timeout",
+ "Max. number of seconds the server will wait for a client to submit a request once a connection has been established.");
// session timeout and session cache size are for moses translation session handling
// they have nothing to do with the abyss server (but relate to the moses server)
@@ -1352,8 +1352,8 @@ FindParam(const string &paramSwitch, int argc, char const* argv[])
* \param argv values of paramters on command line */
void
Parameter::
-OverwriteParam(const string &paramSwitch, const string &paramName,
- int argc, char const* argv[])
+OverwriteParam(const string &paramSwitch, const string &paramName,
+ int argc, char const* argv[])
{
int startPos = -1;
for (int i = 0 ; i < argc ; i++) {