X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/6151ae7e03c567cb5c2287386362f2fed68a225c..662887576254386b8e3481f6f3e6f0289f2500aa:/lib/configuration.c diff --git a/lib/configuration.c b/lib/configuration.c index e63716e..2a0b89c 100644 --- a/lib/configuration.c +++ b/lib/configuration.c @@ -1196,6 +1196,7 @@ static struct config *config_default(void) { c->reminder_interval = 600; /* 10m */ c->new_bias_age = 7 * 86400; /* 1 week */ c->new_bias = 4500000; /* 50 times the base weight */ + c->sox_generation = DEFAULT_SOX_GENERATION; /* Default stopwords */ if(config_set(&cs, (int)NDEFAULT_STOPWORDS, (char **)default_stopwords)) exit(1);