Skip to content

Commit 4d3eabe

Browse files
authored
Merge pull request #82 from iberryful/fix-github
fix github hook 413 error
2 parents 3cf9bcb + f29667a commit 4d3eabe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/github/trigger/trigger.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
from pyinfraboxutils.ibbottle import InfraBoxPostgresPlugin
1212
from pyinfraboxutils.db import connect_db
1313

14+
import bottle
1415
from bottle import post, run, request, response, install, get
1516

17+
bottle.BaseRequest.MEMFILE_MAX = 10 * 1024 * 1024
18+
1619
logger = get_logger("github")
1720

1821
def res(status, message):

0 commit comments

Comments
 (0)