We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6735f commit bba8d09Copy full SHA for bba8d09
mirror-godot-app/scripts/net/zone_socket.gd
@@ -300,7 +300,7 @@ func update_status(status: Dictionary) -> void:
300
func get_space_objects_page(space_id: String, page: int=1) -> void:
301
var request = {
302
"event": ZONE_GET_SPACE_OBJECTS_PAGE,
303
- "data": { "id": space_id, "page": page, "perPage": 40 }
+ "data": { "id": space_id, "page": page, "perPage": 150 }
304
}
305
_requests.push_back(request)
306
0 commit comments