From fbed5a6a982d817ceb02056a93c28b0f20833a6f Mon Sep 17 00:00:00 2001
From: joni <johnfshaughnessy@gmail.com>
Date: Thu, 5 Jul 2018 16:27:46 -0700
Subject: [PATCH] Increase the limit of media items you can spawn.

---
 src/hub.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hub.html b/src/hub.html
index 9302575b9..4c9f692a5 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -243,7 +243,7 @@
 
         <!-- Interactables -->
         <a-entity id="counter" networked-counter="max: 3; ttl: 120"></a-entity>
-        <a-entity id="media-counter" networked-counter="max: 3;"></a-entity>
+        <a-entity id="media-counter" networked-counter="max: 10;"></a-entity>
 
         <a-entity
             id="cursor-controller"
-- 
GitLab