Skip to content

Commit

Permalink
更新一处demo内容
Browse files Browse the repository at this point in the history
  • Loading branch information
junfeng.fj committed Feb 15, 2021
1 parent 7c54cf2 commit ff7f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caissDemo/caissMultiThreadDemo/CaissMutliThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "../CaissDemoInclude.h"

const static vector<string> WORDS = {"this", "is", "an", "open", "source", "project", "and", "hope", "it", "will", "be", "useful", "for", "you", "best", "wishes"};
static int SEARCH_TIMES = 1000000;
static int SEARCH_TIMES = 1000;

void STDCALL searchCallbackFunc(const char *query,
const CAISS_STRING_ARRAY& words,
Expand Down

0 comments on commit ff7f52f

Please sign in to comment.