Repository: ignite Updated Branches: refs/heads/ignite-5075-cc 8f4eba119 -> c2c9277be
cc Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c2c9277b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c2c9277b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c2c9277b Branch: refs/heads/ignite-5075-cc Commit: c2c9277beef1f3f2ab0aa4e76a6c6e142aec2959 Parents: 8f4eba1 Author: sboikov <[email protected]> Authored: Wed May 24 15:54:01 2017 +0300 Committer: sboikov <[email protected]> Committed: Wed May 24 15:54:01 2017 +0300 ---------------------------------------------------------------------- .../cache/query/continuous/CacheContinuousQueryEventBuffer.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c2c9277b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java index 711d20b..a308e39 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryEventBuffer.java @@ -31,6 +31,7 @@ import org.jetbrains.annotations.Nullable; */ public class CacheContinuousQueryEventBuffer { /** */ + // TODO increase to 1000 private static final int BUF_SIZE = IgniteSystemProperties.getInteger("IGNITE_CONTINUOUS_QUERY_SERVER_BUFFER_SIZE", 5);
