aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-11-30 18:41:54 +0000
committerChristian Grothoff <christian@grothoff.org>2006-11-30 18:41:54 +0000
commitd70efc4e2f0fd2abed1beb6f0e0791c847a9c2d3 (patch)
treed6eff61ce0d78aef7ac53216202bd2ad107ef50b
parent2a53c6d0f13c305bd5e30ff50fa5acb96c08665d (diff)
downloadgnunet-gtk-d70efc4e2f0fd2abed1beb6f0e0791c847a9c2d3.tar.gz
gnunet-gtk-d70efc4e2f0fd2abed1beb6f0e0791c847a9c2d3.zip
back
-rw-r--r--src/plugins/fs/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c
index 4cf8fccd..51e9dc60 100644
--- a/src/plugins/fs/fs.c
+++ b/src/plugins/fs/fs.c
@@ -437,7 +437,7 @@ void init_fs(struct GE_Context * e,
437 ctx = FSUI_start(ectx, 437 ctx = FSUI_start(ectx,
438 cfg, 438 cfg,
439 "gnunet-gtk", 439 "gnunet-gtk",
440 8, /* FIXME: allow user to configure download parallelism */ 440 128, /* FIXME: allow user to configure download parallelism */
441 YES, 441 YES,
442 &eventProcessor, 442 &eventProcessor,
443 NULL); 443 NULL);