Skip to content

Commit

Permalink
Increase http timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger authored May 11, 2024
1 parent e85094f commit 3b3a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/umbridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Increase timeout to allow for long-running models.
// This should be (to be on the safe side) significantly greater than the maximum time your model may take
#define CPPHTTPLIB_READ_TIMEOUT_SECOND 60*60
#define CPPHTTPLIB_READ_TIMEOUT_SECOND 60*60*24*365

#include <string>
#include <vector>
Expand Down

0 comments on commit 3b3a70a

Please sign in to comment.