Skip to content

Commit be774c3

Browse files
committed
Reduce maximum request processing time
1 parent 8660fad commit be774c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__all__ = ["app"]
1111

12-
MAX_REQUEST_COMPUTATION_TIME = 5 # How long should we spend on a single request?
12+
MAX_REQUEST_COMPUTATION_TIME = 2 # How many seconds should we spend on a single request?
1313

1414

1515
app = Flask(__name__)

0 commit comments

Comments
 (0)