mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-31 10:48:49 -04:00
correct the inspect capabilities too, don't worry about backward compatibility here.
This commit is contained in:
parent
3e7e0a381a
commit
9eaa353d57
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ impl StorageManager {
|
|||
key_count,
|
||||
fanout,
|
||||
timeout_us,
|
||||
capability_fanout_node_info_filter(vec![CAP_DHT, CAP_DHT_WATCH]),
|
||||
capability_fanout_node_info_filter(vec![CAP_DHT]),
|
||||
call_routine,
|
||||
check_done,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue