Skip to content

Commit 054646d

Browse files
committed
f Actually persist graph to graph location
1 parent 45bfccf commit 054646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ where
253253
L::Target: Logger,
254254
{
255255
let mut writer = kv_store
256-
.write(LATEST_NODE_ANN_BCAST_TIMSTAMP_NAMESPACE, NETWORK_GRAPH_PERSISTENCE_KEY)
256+
.write(LATEST_NODE_ANN_BCAST_TIMSTAMP_NAMESPACE, LATEST_NODE_ANN_BCAST_TIMSTAMP_KEY)
257257
.map_err(|e| {
258258
log_error!(
259259
logger,

0 commit comments

Comments
 (0)