Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit df38912

Browse files
committed
Remove prob scorer from export
1 parent 36b8046 commit df38912

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mutiny-core/src/nodemanager.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,10 @@ impl<S: MutinyStorage> NodeManager<S> {
23162316
// filter out logs and network graph
23172317
// these are really big and not needed for export
23182318
// filter out device id so a new one is generated
2319-
!matches!(k.as_str(), LOGGING_KEY | NETWORK_GRAPH_KEY | DEVICE_ID_KEY)
2319+
!matches!(
2320+
k.as_str(),
2321+
LOGGING_KEY | NETWORK_GRAPH_KEY | PROB_SCORER_KEY | DEVICE_ID_KEY
2322+
)
23202323
}));
23212324

23222325
// shut back down after reading if it was already closed

0 commit comments

Comments
 (0)