blob: ba2917ce77c7903f50ad532cc8eb34b2dfc9f761 [file] [log] [blame]
package engine
// QUERY_ENGINE_CHANNEL_SIZE is the size of buffered channels used in the query
// engine, e.g. from Union().
const QUERY_ENGINE_CHANNEL_SIZE = 1000