summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-02 22:23:25 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-02 22:23:25 +0000
commit741a80f344994a5746904ad9cb0909a5c6389b1b (patch)
tree94fdf813640760cb9a4423ea5300591bc22e7307 /rdiff-backup/rdiff_backup/Globals.py
parent3f1a6c04e8ec15e9948539a4714e9e7e90c8944a (diff)
downloadrdiff-backup-741a80f344994a5746904ad9cb0909a5c6389b1b.tar.gz
Removed remnants of sleep-ratio, resume, and checkpoint-interval options
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@287 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index f472512..b9045f7 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -156,9 +156,6 @@ select_mirror = None
# object. Access is provided to increment error counts.
ITRB = None
-# Percentage of time to spend sleeping. None means never sleep.
-sleep_ratio = None
-
# security_level has 4 values and controls which requests from remote
# systems will be honored. "all" means anything goes. "read-only"
# means that the requests must not write to disk. "update-only" means