Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warrick Sleeping #18

Closed
GoogleCodeExporter opened this issue Sep 25, 2015 · 2 comments
Closed

Warrick Sleeping #18

GoogleCodeExporter opened this issue Sep 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Please describe your feature requests here.

Warrick needlessly sleeping for 2 seconds when the option "no clobber" is 
selected, and a previous session was interrupted, and the -n and -R options are 
not being used.

1) The sleep(2) at line 1030 is commented out
2) The sleep(5) at line 1855 is now a sleep(7)

So, we're not missing any sleep.  It's just that we don't sleep when we already 
have the file and the "no clobber" option has been selected.

Thus, there is less of a need for -n and -R options, since it's less of a pain 
to just kill the process, and re-start it

Also, to possibly step around the problem of being blacklisted by Google or 
anyone else, perhaps calling sleep for random intervals would do the trick, to 
make it seem more like a human being looking at this & that.

Original issue reported on code.google.com by jbrunell...@gmail.com on 5 Sep 2012 at 11:20

@GoogleCodeExporter
Copy link
Author

Finished

Original comment by jbrunell...@gmail.com on 28 May 2013 at 5:59

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by jbrunell...@gmail.com on 28 May 2013 at 6:43

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant