Aklakan commented on PR #2822: URL: https://github.com/apache/jena/pull/2822#issuecomment-2468377446
I have consolidated the Timeout stuff (initial and overall) into the `Timeouts` class. There is now ARQ.updateTimeout. The UpdateEngineWorker tracks its own processing time and updates its context with the remaining query time out before starting the underlying query execution. The update timeouts are now only used to update ARQ.queryTimeout in the context. Conversely, the update timeouts do not affect the sinks: In principle a sink could also refuse to accept changes once the timeout is reached - but if that's really needed it could be a future update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
