mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
do not SPV channel announcements; this is too resource intensive
This commit is contained in:
parent
d134937269
commit
31684abb51
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class ChannelDB(SqlDB):
|
|||
|
||||
@sql
|
||||
#@profiler
|
||||
def on_channel_announcement(self, msg_payloads, trusted=False):
|
||||
def on_channel_announcement(self, msg_payloads, trusted=True):
|
||||
if type(msg_payloads) is dict:
|
||||
msg_payloads = [msg_payloads]
|
||||
new_channels = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue