enh: create stream options adjust
This commit is contained in:
parent
042e077ddc
commit
e6593b8600
|
@ -1681,7 +1681,7 @@ typedef struct {
|
||||||
#define STREAM_TRIGGER_AT_ONCE 1
|
#define STREAM_TRIGGER_AT_ONCE 1
|
||||||
#define STREAM_TRIGGER_WINDOW_CLOSE 2
|
#define STREAM_TRIGGER_WINDOW_CLOSE 2
|
||||||
#define STREAM_TRIGGER_MAX_DELAY 3
|
#define STREAM_TRIGGER_MAX_DELAY 3
|
||||||
#define STREAM_DEFAULT_IGNORE_EXPIRED 1
|
#define STREAM_DEFAULT_IGNORE_EXPIRED 0
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char name[TSDB_STREAM_FNAME_LEN];
|
char name[TSDB_STREAM_FNAME_LEN];
|
||||||
|
|
Loading…
Reference in New Issue