diff src/luan/modules/lucene/Lucene.luan @ 1404:9882c053d26f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 18 Sep 2019 04:51:17 -0600
parents 27efb1fcbcb5
children 5b8f76e26ab7
line wrap: on
line diff
--- a/src/luan/modules/lucene/Lucene.luan	Tue Sep 17 01:44:18 2019 -0400
+++ b/src/luan/modules/lucene/Lucene.luan	Wed Sep 18 04:51:17 2019 -0600
@@ -161,8 +161,6 @@
 		end
 		schedule( backup, {
 			repeating_delay = repeating_delay or Time.period{minutes=10}
-			run_on_close = true
-			daemon = true
 		} )
 	end