]> git.ipfire.org Git - pakfire.git/commitdiff
constants: Drop unused CHUNK_SIZE
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Jan 2021 16:47:39 +0000 (16:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Jan 2021 16:47:39 +0000 (16:47 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/constants.py

index dd83e518fd5a9508ecc0e66c26746f64a0b42e7b..7199966c9441adb65c63f95c7f131a8be0e52b88 100644 (file)
@@ -54,10 +54,6 @@ REPOSITORY_DB = "index.db"
 
 BUFFER_SIZE = 102400
 
-# The size of the data chunks that are uploaded to the
-# pakfire hub.
-CHUNK_SIZE  = BUFFER_SIZE
-
 MIRRORLIST_MAXSIZE = 1024**2
 
 MACRO_FILE_DIR = "/usr/lib/pakfire/macros"