mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: message bus was causing constant redis growth
(minor amount of space but it adds up)
This commit is contained in:
parent
2dbe747918
commit
d1dd0d888a
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ GEM
|
||||||
ember-source (1.9.0.beta.4)
|
ember-source (1.9.0.beta.4)
|
||||||
handlebars-source (~> 2.0)
|
handlebars-source (~> 2.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.4)
|
eventmachine (1.0.5)
|
||||||
excon (0.42.1)
|
excon (0.42.1)
|
||||||
execjs (2.2.2)
|
execjs (2.2.2)
|
||||||
exifr (1.1.3)
|
exifr (1.1.3)
|
||||||
|
@ -212,7 +212,7 @@ GEM
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
memory_profiler (0.0.4)
|
memory_profiler (0.0.4)
|
||||||
message_bus (1.0.5)
|
message_bus (1.0.6)
|
||||||
eventmachine
|
eventmachine
|
||||||
rack (>= 1.1.3)
|
rack (>= 1.1.3)
|
||||||
redis
|
redis
|
||||||
|
|
Loading…
Reference in a new issue