mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-21 04:38:45 -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,
|
key_count,
|
||||||
fanout,
|
fanout,
|
||||||
timeout_us,
|
timeout_us,
|
||||||
capability_fanout_node_info_filter(vec![CAP_DHT, CAP_DHT_WATCH]),
|
capability_fanout_node_info_filter(vec![CAP_DHT]),
|
||||||
call_routine,
|
call_routine,
|
||||||
check_done,
|
check_done,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue