Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/github/trigger/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
from pyinfraboxutils.ibbottle import InfraBoxPostgresPlugin
from pyinfraboxutils.db import connect_db

import bottle
from bottle import post, run, request, response, install, get

bottle.BaseRequest.MEMFILE_MAX = 10 * 1024 * 1024

logger = get_logger("github")

def res(status, message):
Expand Down