chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reduce track choice neophilia a bit
[disorder]
/
lib
/
configuration.c
diff --git
a/lib/configuration.c
b/lib/configuration.c
index 4c18b623956dfd755f7b6bf08c2eafceb67d4b8c..e63716e4c5fd175c95de73e7c47e922ce9658d0c 100644
(file)
--- a/
lib/configuration.c
+++ b/
lib/configuration.c
@@
-1195,7
+1195,7
@@
static struct config *config_default(void) {
c->new_max = 100;
c->reminder_interval = 600; /* 10m */
c->new_bias_age = 7 * 86400; /* 1 week */
c->new_max = 100;
c->reminder_interval = 600; /* 10m */
c->new_bias_age = 7 * 86400; /* 1 week */
- c->new_bias =
9000000; /* 10
0 times the base weight */
+ c->new_bias =
4500000; /* 5
0 times the base weight */
/* Default stopwords */
if(config_set(&cs, (int)NDEFAULT_STOPWORDS, (char **)default_stopwords))
exit(1);
/* Default stopwords */
if(config_set(&cs, (int)NDEFAULT_STOPWORDS, (char **)default_stopwords))
exit(1);