aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index a5b15dcef..ff769cfca 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -65,10 +65,10 @@
65#define MAX_MIGRATION_QUEUE 32 65#define MAX_MIGRATION_QUEUE 32
66 66
67/** 67/**
68 * How many peers do we select as possible 68 * Blocks are at most migrated to this number of peers
69 * targets per block obtained for migration? 69 * plus one, each time they are fetched from the database.
70 */ 70 */
71#define MIGRATION_LIST_SIZE 4 71#define MIGRATION_LIST_SIZE 2
72 72
73/** 73/**
74 * To how many peers do we forward each migration block ultimately? 74 * To how many peers do we forward each migration block ultimately?