update simplexmq

This commit is contained in:
Evgeny Poberezkin
2025-09-13 11:01:36 +01:00
parent 3ef70dcbd9
commit 945ed62d22
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ constraints: zip +disable-bzip2 +disable-zstd
source-repository-package
type: git
location: https://github.com/simplex-chat/simplexmq.git
tag: 8acde0793667695c8e7ac1fdca5059075c71defa
tag: 016c5f9f5196f44ed6b88e175cef8c544ccc8822
source-repository-package
type: git
@@ -952,6 +952,10 @@ Plan:
Query: INSERT INTO xftp_servers (xftp_host, xftp_port, xftp_key_hash) VALUES (?,?,?)
Plan:
Query: SELECT 1 FROM connections WHERE conn_id = ? AND deleted_at_wait_delivery < ? LIMIT 1
Plan:
SEARCH connections USING PRIMARY KEY (conn_id=?)
Query: SELECT 1 FROM encrypted_rcv_message_hashes WHERE conn_id = ? AND hash = ? LIMIT 1
Plan:
SEARCH encrypted_rcv_message_hashes USING COVERING INDEX idx_encrypted_rcv_message_hashes_hash (conn_id=? AND hash=?)