Commit efaea244 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Make the default -s file size 100MB rather than 50% of free disk space

parent 81c7a6e7
...@@ -116,7 +116,7 @@ smf_initfile(struct stevedore *st, struct smf_sc *sc, const char *size) ...@@ -116,7 +116,7 @@ smf_initfile(struct stevedore *st, struct smf_sc *sc, const char *size)
/* XXX: force block allocation here or in open ? */ /* XXX: force block allocation here or in open ? */
} }
static const char default_size[] = "50%"; static const char default_size[] = "100M";
static const char default_filename[] = "."; static const char default_filename[] = ".";
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment