Skip to content

Commit

Permalink
[skip-ci]Remove auto flush interval from config (#1837)
Browse files Browse the repository at this point in the history
Signed-off-by: jinhai <[email protected]>
  • Loading branch information
JinHai-CN authored Apr 1, 2020
1 parent d2fad18 commit 895829c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 35 deletions.
5 changes: 0 additions & 5 deletions core/conf/demo/server_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ server_config:
# | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | |
# | 0 means disable the regular flush. | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
backend_url: sqlite://:@:/
preload_table:
auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
# Storage Config | Description | Type | Default |
Expand Down
5 changes: 0 additions & 5 deletions core/conf/server_cpu_config.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ server_config:
# | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | |
# | 0 means disable the regular flush. | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
backend_url: sqlite://:@:/
preload_table:
auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
# Storage Config | Description | Type | Default |
Expand Down
5 changes: 0 additions & 5 deletions core/conf/server_gpu_config.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ server_config:
# | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | |
# | 0 means disable the regular flush. | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
backend_url: sqlite://:@:/
preload_table:
auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
# Storage Config | Description | Type | Default |
Expand Down
5 changes: 0 additions & 5 deletions shards/all_in_one/ro_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ server_config:
# | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | |
# | 0 means disable the regular flush. | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
backend_url: sqlite://:@:/
preload_table:
auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
# Storage Config | Description | Type | Default |
Expand Down
5 changes: 0 additions & 5 deletions shards/all_in_one/wr_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ server_config:
# | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | |
# | 0 means disable the regular flush. | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
backend_url: sqlite://:@:/
preload_table:
auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
# Storage Config | Description | Type | Default |
Expand Down
5 changes: 0 additions & 5 deletions shards/all_in_one_with_mysql/ro_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ server_config:
# | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | |
# | 0 means disable the regular flush. | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
backend_url: mysql://root:milvusroot@milvus-mysql:3306/milvus
preload_table:
auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
# Storage Config | Description | Type | Default |
Expand Down
5 changes: 0 additions & 5 deletions shards/all_in_one_with_mysql/wr_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ server_config:
# | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | |
# | 0 means disable the regular flush. | | |
#----------------------+------------------------------------------------------------+------------+-----------------+
db_config:
backend_url: mysql://root:milvusroot@milvus-mysql:3306/milvus
preload_table:
auto_flush_interval: 1

#----------------------+------------------------------------------------------------+------------+-----------------+
# Storage Config | Description | Type | Default |
Expand Down

0 comments on commit 895829c

Please sign in to comment.