forked from indymedia/epicyon
Set block size
parent
cdb5949b78
commit
2753e29f49
|
@ -147,6 +147,7 @@ def readFollowList(filename: str):
|
||||||
|
|
||||||
class PubServer(BaseHTTPRequestHandler):
|
class PubServer(BaseHTTPRequestHandler):
|
||||||
protocol_version = 'HTTP/1.1'
|
protocol_version = 'HTTP/1.1'
|
||||||
|
blockSize = 3 * 1024 * 1024
|
||||||
|
|
||||||
def _requestHTTP(self) -> bool:
|
def _requestHTTP(self) -> bool:
|
||||||
"""Should a http response be given?
|
"""Should a http response be given?
|
||||||
|
|
Loading…
Reference in New Issue