summaryrefslogtreecommitdiff
path: root/src/rhimportd/main.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-24 04:33:56 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-24 04:33:56 (GMT)
commit3f38e00703caf05a1867070873c8715438b41264 (patch)
tree78eded87c035fc3f89079713f367e9bf6ce095b3 /src/rhimportd/main.go
parent03908fc8040ad92055ef1aeebedf39c6bc9b2047 (diff)
set chunk size for websocket file uploads to 40k...
Diffstat (limited to 'src/rhimportd/main.go')
-rw-r--r--src/rhimportd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/main.go b/src/rhimportd/main.go
index 97a12ec..7f0a4ce 100644
--- a/src/rhimportd/main.go
+++ b/src/rhimportd/main.go
@@ -112,7 +112,7 @@ func main() {
rhl.Println("Error parsing RHIMPORTD_UPLOAD_MAX_AGE from environment:", err)
return
}
- flag.Var(uploadMaxAge, "upload-max-age", "maximum age of uploaded files before the get deleted (environment: RHIMPORTD_UPLOAD_MAX_AGE)")
+ flag.Var(uploadMaxAge, "upload-max-age", "maximum age of uploaded files before they get deleted (environment: RHIMPORTD_UPLOAD_MAX_AGE)")
help := flag.Bool("help", false, "show usage")