2DU 8 lat temu
rodzic
commit
bd5371d626
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -37,7 +37,7 @@ session_opts = {
 
 app = beaker.middleware.SessionMiddleware(app(), session_opts)
 
-BaseRequest.MEMFILE_MAX = 1024 * 1024
+BaseRequest.MEMFILE_MAX = 1000 ** 4
 
 def redirect(data):
     return('<meta http-equiv="refresh" content="0;url=' + data + '" />')