> Humour aside... I noticed my laptop fan running overtime. I traced it > to the NetTimePlugin > When a single example of the clock is running it consumes approx 30% > of processor time. Several running at the same time more than double > that. Both processors work really hard and the fan comes on almost > immediately > > To save trouble explaining and testing I have set up a Tiddlyspot test > site. > > http://tw-net-trial.tiddlyspot.com/index.html > > Is there a way around this? I really want this clock, there must be a > fix or another way. Maybe Eric can explain and help.
In your tiddler called [[NET]] you invoke <<tiddler DigitalClock with: ... 0>> The "0" is the 'delay between ticks' (in seconds). A value of '0' causes the ticks to update as quickly as possible, thus taking as much CPU as it is allowed to. Try changing the "0" to "0.5" (a half second) or even "0.1" (a tenth of a second) and see if that helps.... -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

