added limit to how many topics can show up on main console for testing
This commit is contained in:
parent
c5a0387917
commit
87d1d02bb2
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class MainController < ApplicationController
|
|||
|
||||
if authenticated?
|
||||
@synapses = Synapse.visibleToUser(@current, nil)
|
||||
@synapses.slice(0, 50)
|
||||
@items = synapses_as_json(@current, @synapses).html_safe
|
||||
|
||||
respond_to do |format|
|
||||
|
|
Loading…
Reference in a new issue