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
 
@@ -220,12 +220,12 @@ int main(int argc, char *argv[])
 
      {
 
        // Note: individual frames are already deleted after uploading,
 
        // except for ones that couldn't be uploaded
 
        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");
 
  return 0;
 
}
0 comments (0 inline, 0 general)