include SiteId in SyncEvent

This commit is contained in:
sbwalker
2024-02-26 14:48:26 -05:00
parent aac4d3eefb
commit 2ed593c5e0
23 changed files with 100 additions and 84 deletions

View File

@ -230,7 +230,7 @@ namespace Oqtane
});
// create a global sync event to identify server application startup
sync.AddSyncEvent(-1, EntityNames.Host, -1, SyncEventActions.Reload);
sync.AddSyncEvent(-1, -1, EntityNames.Host, -1, SyncEventActions.Reload);
}
}
}