lib/cryptum/event/history.rb in cryptum-0.0.256 vs lib/cryptum/event/history.rb in cryptum-0.0.257
- old
+ new
@@ -61,11 +61,11 @@
# 10 minutes
self.time_between_orders = 600
self.time_between_orders_reset = self.time_between_orders
- # 24 hours
- self.time_between_orders_max = self.time_between_orders_reset * 144
+ # 1 hour
+ self.time_between_orders_max = 3_600
# 5 seconds
self.time_between_orders_min = 5
end
rescue Interrupt