]> git.localhorst.tv Git - alttp.git/blobdiff - app/Http/Controllers/ProtocolController.php
chat bot protocol ui
[alttp.git] / app / Http / Controllers / ProtocolController.php
index e4f028042212c9bede6d19fa09ccf378b2cce6d8..6b5e48cbe4eb8fdd78c6961aec1fdd5bd6d710fe 100644 (file)
@@ -14,6 +14,7 @@ class ProtocolController extends Controller
                        ->protocols()
                        ->with('user')
                        ->orderBy('created_at', 'desc')
+                       ->limit(150)
                        ->get();
                return $protocol->values()->toJson();
        }