Skip to content

Commit 98256d8

Browse files
committed
starting inserts with key 1B to avoid conflicts
1 parent 80f7f5f commit 98256d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/base_client/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class BaseSearcher:
23-
_doc_id_counter = itertools.count(1000000)
23+
_doc_id_counter = itertools.count(100000000)
2424
MP_CONTEXT = None
2525

2626
def __init__(self, host, connection_params, search_params):

0 commit comments

Comments
 (0)