Skip to content

Commit ca89239

Browse files
committedDec 7, 2024
Log updates in legacy proxy
1 parent 78baec9 commit ca89239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎legacy-proxy/proxy.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ async def search(self, query):
3030
return [(r["i"], r["s"]) for r in body["r"]]
3131

3232
async def update(self, changes):
33+
print(f'sending update with {len(changes)} changes')
3334
url = self.index_url + f"/{self.index_name}/_update"
3435
data = msgpack.dumps({"c": changes})
3536
headers = {

0 commit comments

Comments
 (0)