diff options
Diffstat (limited to 'src/plugins/fs/fs.c')
-rw-r--r-- | src/plugins/fs/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c index 51e9dc60..4cf8fccd 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 | 128, /* FIXME: allow user to configure download parallelism */ | 440 | 8, /* FIXME: allow user to configure download parallelism */ |
441 | YES, | 441 | YES, |
442 | &eventProcessor, | 442 | &eventProcessor, |
443 | NULL); | 443 | NULL); |