Changeset - b7415ad50732
[Not reviewed]
default
0 1 0
Ethan Zonca (ethanzonca) - 16 years ago 2010-03-14 21:27:38
e@ethanzonca.com
Increased polling time to 300 seconds to be more friendly
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/simpleslave.c
Show inline comments
 
@@ -223,7 +223,7 @@ int main(int argc, char *argv[])
 
        delete_jobdata(jobnum, datadir);
 
      }
 

	
 
    sleep(5); // Poll 5 seconds. @TODO: Remove all polling
 
    sleep(300); // Poll every 300 seconds @TODO: remove polling
 
  }
 

	
 
  fprintf(stderr,"Goodbye!\n");
0 comments (0 inline, 0 general)