garbage collection - In SignalR, how long do messages stay in backplane -


just started using signalr sql server backplane use in web farm. how long messages stay in signalr.message_0 table before erased? looks though garbage collects messages older 12hrs, not on regular basis.

is there supported way set message lifetime amount, or manually call garbage collect? default lifetime same across 4 backplanes? (sql server, redis, azure, , local)

signalr open source, take look:

https://github.com/signalr/signalr/blob/dev/src/microsoft.aspnet.signalr.sqlserver/send.sql#l34


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -