From 9c78cc1783af4202313a58f922b9c1cad900d0c3 Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Sat, 24 Aug 2024 17:54:07 +0300 Subject: Update to data streams Instead of sending full files, and therefore storing them in ram (which is not always possible), send data in chunks of 64KiB --- src/config.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/config.py (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py new file mode 100644 index 0000000..e39d18c --- /dev/null +++ b/src/config.py @@ -0,0 +1,2 @@ +BUFFER_LENGTH = 65536 + -- cgit 1.4.1