Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit d7e2bcd

Browse files
committed
Setting limit to 1 for testing
1 parent 148eab8 commit d7e2bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/unity-interface/UnityInterface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export class UnityInterface implements IUnityInterface {
277277
}
278278

279279
public AddWearablesToCatalog(wearables: WearableV2[], context?: string) {
280-
const messageLimit = 50
280+
const messageLimit = 1
281281
if (wearables.length > messageLimit) {
282282
const clone = wearables.slice()
283283
while (clone.length) {

0 commit comments

Comments
 (0)