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 f89980f5..a753190d 100644 --- a/src/plugins/fs/fs.c +++ b/src/plugins/fs/fs.c | |||
@@ -696,7 +696,7 @@ void init_fs(struct GE_Context * e, | |||
696 | ctx = FSUI_start(ectx, | 696 | ctx = FSUI_start(ectx, |
697 | cfg, | 697 | cfg, |
698 | "gnunet-gtk", | 698 | "gnunet-gtk", |
699 | 128, /* FIXME: allow user to configure download parallelism */ | 699 | 8, /* FIXME: allow user to configure download parallelism */ |
700 | YES, | 700 | YES, |
701 | &eventProcessor, | 701 | &eventProcessor, |
702 | NULL); | 702 | NULL); |