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)
/* 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 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