Skip to content

Commit

Permalink
IGNITE-23958 Fixed security context switch for internal future listen…
Browse files Browse the repository at this point in the history
…ers.
  • Loading branch information
petrov-mg committed Dec 19, 2024
1 parent 71d95b1 commit fd029d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ public final class IgniteSystemProperties {
*/
@SystemProperty(
value = "Timeout in milliseconds that determines how long Ignite will synchronously wait for" +
" asynchronous thin client requests to complete before releasing the thread.",
" asynchronous thin client requests to complete before releasing the thread",
type = Long.class,
defaults = "" + DFLT_ASYNC_REQUEST_WAIT_TIMEOUT_MILLIS)
public static final String IGNITE_THIN_CLIENT_ASYNC_REQUESTS_WAIT_TIMEOUT = "IGNITE_THIN_CLIENT_ASYNC_REQUESTS_WAIT_TIMEOUT";
Expand Down

0 comments on commit fd029d9

Please sign in to comment.