]> git.openstreetmap.org Git - rails.git/commitdiff
Check for GPX files to import every five minutes.
authorTom Hughes <tom@compton.nu>
Thu, 14 Jun 2007 23:04:17 +0000 (23:04 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 14 Jun 2007 23:04:17 +0000 (23:04 +0000)
lib/daemons/gpx_import.rb

index f597c87959127f4893203f987cc11840ab30b4c7..a74b642cf20fa2121044236b8ea7625acc08b07e 100755 (executable)
@@ -38,5 +38,5 @@ while(true) do
     exit if terminated
   end
 
-  sleep 15.minutes
+  sleep 5.minutes
 end