mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Send a sync immediately on importing a new bundle
This commit is contained in:
parent
38fe34e6e5
commit
504aa92711
@ -1032,6 +1032,8 @@ int rhizome_store_bundle(rhizome_manifest *m)
|
||||
m->version
|
||||
);
|
||||
monitor_announce_bundle(m);
|
||||
if (serverMode)
|
||||
rhizome_sync_announce();
|
||||
return 0;
|
||||
}
|
||||
rollback:
|
||||
|
Loading…
Reference in New Issue
Block a user