diff options
-rw-r--r-- | libglusterfs/src/syncop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h index 939f44d6b..6954bfc68 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -144,7 +144,7 @@ struct syncargs { } while (0) -#define SYNCENV_DEFAULT_STACKSIZE (16 * 1024) +#define SYNCENV_DEFAULT_STACKSIZE (2 * 1024 * 1024) struct syncenv * syncenv_new (); void syncenv_destroy (struct syncenv *); |