Closed josematheus10 closed 11 months ago
Are there plans to implement a routine to clean the table, using MaxTableSize and Blocksize?
It already does that. https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer/blob/master/src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/SqlServer/send.sql#L35-L66
Nice, tanks @ascott18 !! Does this script run automatically?
That is the main send script - it runs on every single message sent.
Are there plans to implement a routine to clean the table, using MaxTableSize and Blocksize?