[squeak-dev] Re: Adjusting Morphic Alarm Times

marcel.taeumel Marcel.Taeumel at hpi.de
Fri Apr 8 17:14:54 UTC 2016


Hi, there!

That adjustment is only done if necessary:

World >> #triggerAlarmsBefore:
   ...
   (nowTime < lastAlarmTime or:[nowTime - lastAlarmTime > 10000])
		ifTrue:[self adjustAlarmTimes: nowTime].
   ...

That 10 seconds is suspicious, too.

Best,
Marcel



--
View this message in context: http://forum.world.st/Adjusting-Morphic-Alarm-Times-tp4889145p4889151.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list