Increase buffer size to 64k (Linux default pipe capacity)

This commit is contained in:
Kristóf Tóth 2022-02-10 01:48:45 +01:00
parent 67772abe6d
commit ce52ea6e58
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from identicon import Identicon
DIGEST_SIZE = 20
BUF_SIZE = 4096
BUF_SIZE = 65536
def main():