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

Documentation fixes #4

Merged
merged 1 commit into from Mar 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions templates/bandersnatch.conf.erb
Expand Up @@ -7,10 +7,10 @@ directory = <%= @mirror_root -%>
; scheme for PyPI server MUST be https
master = https://pypi.python.org

; The network socket timeout to use for all connections. This is set to a
; somewhat aggressively low value: rather fail quickly temporarily and re-run
; the client soon instead of having a process hang infinitely and have TCP not
; catching up for ages.
; The network socket timeout (in seconds) to use for all connections. This is
; set to a somewhat aggressively low value: rather fail quickly temporarily
; and re-run the client soon instead of having a process hang infinitely and
; have TCP not catching up for ages.
timeout = 10

; Number of worker threads to use for parallel downloads.
Expand All @@ -25,7 +25,7 @@ workers = 3
; "false".
stop-on-error = false
<% if @daily_snapshots %>
; Package deletion turned off because we're taking snapshots and need to
; Package deletion turned off because we're taking snapshots and need to
; keep all packages so old snapshots keep working
delete-packages = false
<% else %>
Expand Down