From: Michael Tremer Date: Tue, 12 Jan 2021 16:47:39 +0000 (+0000) Subject: constants: Drop unused CHUNK_SIZE X-Git-Tag: 0.9.28~1285^2~887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11f26db1481c593323ee4b2b09fb6391b2441b9;p=pakfire.git constants: Drop unused CHUNK_SIZE Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/constants.py b/src/pakfire/constants.py index dd83e518f..7199966c9 100644 --- a/src/pakfire/constants.py +++ b/src/pakfire/constants.py @@ -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"