mirror of https://github.com/milvus-io/milvus.git
test(db): samll change
Former-commit-id: 1bdf8515f7914a43e965334db36d253fea12abb7pull/191/head
parent
7680d5c731
commit
ed9dc51f27
|
@ -18,8 +18,6 @@ TEST_F(DBTest, DB_TEST) {
|
|||
static const int group_dim = 256;
|
||||
|
||||
engine::Options opt;
|
||||
opt.memory_sync_interval = 1;
|
||||
opt.index_trigger_size = 1024*group_dim;
|
||||
opt.meta.backend_uri = "http://127.0.0.1";
|
||||
opt.meta.path = "/tmp/vecwise_test/db_test";
|
||||
|
||||
|
|
Loading…
Reference in New Issue