Skip to content

Commit

Permalink
delay.sh: update download delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
geekan committed Jun 12, 2016
1 parent c1a96ff commit 5b2104f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions delay.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

delay=${1:-1}

Expand Down
2 changes: 1 addition & 1 deletion googlescholar/googlescholar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

LOG_LEVEL = 'INFO'

DOWNLOAD_DELAY = 3
DOWNLOAD_DELAY = 1

0 comments on commit 5b2104f

Please sign in to comment.