Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split itinerary checks into threads #313

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix(ItineraryExistence.java): Disabled treading to check CI testing
br648 committed Mar 3, 2025
commit d1b52c2216a20c7ee7b06ceddcd46e343f028bba
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ public class ItineraryExistence extends Model {
"OTP_REQUESTS_TERMINATION_TIMEOUT_SECONDS", 60
);
private static final String OTP_REQUESTS_THREADING_ENABLED = getConfigPropertyAsText(
"OTP_REQUESTS_THREADING_ENABLED", "true"
"OTP_REQUESTS_THREADING_ENABLED", "false"
);

/**