Set block size

master
Bob Mottram 2019-08-26 21:26:31 +01:00
parent cdb5949b78
commit 2753e29f49
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ def readFollowList(filename: str):
class PubServer(BaseHTTPRequestHandler):
protocol_version = 'HTTP/1.1'
blockSize = 3 * 1024 * 1024
def _requestHTTP(self) -> bool:
"""Should a http response be given?