2004-03-09 Hartmut Goebel <h.goebel@crazy-compilers.com>

* src/application/idlescript.cpp: Reduced delay until
          idlescript.py is called the first time after startup.



git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@278 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-03-13 22:57:34 +00:00
parent 910130443d
commit afbe12ee88
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-03-09 Hartmut Goebel <h.goebel@crazy-compilers.com>
* src/application/idlescript.cpp: Reduced delay until
idlescript.py is called the first time after startup.
2004-03-07 Gernot Hillier <gernot@hillier.de>
* docs/manual.docbook: update links to new web site structure
* docs/manual-de.docbook: Likewise.

View File

@ -63,7 +63,7 @@ IdleScript::~IdleScript()
void
IdleScript::run() throw()
{
int count=0,errorcount=0;
int count=idlescript_interval*9,errorcount=0;
timespec delay_time;
delay_time.tv_sec=0; delay_time.tv_nsec=100000000; // 100 msec
while (1) {