status-go/appdatabase/migrations/sql/1718785164_max_delivery_attempts_update.up.sql
kaichao 1d1d6e3276
chore_: set lower max delivery attempts (#5382)
* chore_: update message delivery max attemts.

* chore_: regenerate appdatabase bindata
2024-06-21 23:20:54 +08:00

2 lines
60 B
SQL

UPDATE shhext_config SET max_message_delivery_attempts = 3;