From 50abdeb972eaf0ad61c90289d2ce341c85a185c0 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 3 Aug 2007 21:01:19 -0700 Subject: [PATCH] Introduce 10 new items per session --- mnemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnemon.c b/mnemon.c index a7c4c61..3e49777 100644 --- a/mnemon.c +++ b/mnemon.c @@ -342,7 +342,7 @@ mnemon_init (mnemon_t *mnemon) mnemon->num_bins = 0; mnemon->bins = NULL; - mnemon->to_introduce = 3; + mnemon->to_introduce = 10; mnemon->to_master = 0; mnemon->unlearned = 0; mnemon->mastered = -1; -- 2.43.0