As currently designed, otp-react-redux will make two requests to the OTP server for a trip plan: one with realtime updates applied and one with them ignored. However, it appears to set ignoreRealtimeUpdates to true in the query parameters so that any trip that is reloaded from URL (or maybe even after any query parameter is changed after a trip has been planned) will have the updates ignored for BOTH requests.