Commit 6d40e784 authored by Seblu's avatar Seblu
Browse files

Timeouts are in second

parent ffc239d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ REPO_PACKAGES_INDEX=1
# Better option is to let it to 0 to look only in the last snapshot
REPO_PACKAGES_FULL_SEARCH=0

# Max duration of the rsyncing of the daily snapshot
# Max duration in second of the rsyncing of the daily snapshot
REPO_RSYNC_TIMEOUT=80000

##############################################################################
@@ -50,5 +50,5 @@ REPO_RSYNC_TIMEOUT=80000
# Enable ISO archiving
ARCHIVE_ISO=1

# Max duration of the rsyncing of the iso images
# Max duration in second of the rsyncing of the iso images
ISO_RSYNC_TIMEOUT=6400