feat(api-server): add container loadtest observability
This commit is contained in:
@@ -199,7 +199,7 @@ impl SpacetimeClient {
|
||||
async fn read_custom_world_gallery_entries_from_cache(
|
||||
&self,
|
||||
) -> Result<Vec<CustomWorldGalleryEntryRecord>, SpacetimeClientError> {
|
||||
self.read_after_connect(move |connection| {
|
||||
self.read_after_connect("list_custom_world_gallery", move |connection| {
|
||||
let recent_play_counts = public_work_recent_play_counts(connection, "custom-world");
|
||||
let mut entries = connection
|
||||
.db()
|
||||
|
||||
Reference in New Issue
Block a user