Closed iHiD closed 11 years ago
Thanks for the patch Jeremy. It's better to use ThinkingSphinx::Connection.take, which yields a connection from the pool - thus, re-use when possible, instead of the overhead of starting a new connection each time. If you'd like to make that change, I'll get this merged in pronto :)
Sweet. Done. Cheers, @pat!
Merged :)
Awesome. Upgrading to TS3 today - much prefer having the definitions in indicies files. Great work! :)
On Fri, Feb 22, 2013 at 11:36 PM, Pat Allan notifications@github.comwrote:
Merged :)
— Reply to this email directly or view it on GitHubhttps://github.com/pat/ts-delayed-delta/pull/30#issuecomment-13979648.
With TS 3.0.1 and ts-delayed-delta edge, I get the following error when running a FlagAsDeletedJob:
NoMethodError: undefined method
connection' for #ThinkingSphinx::Configuration:0x007fdb75d89c78`This fixes it. I have no idea if it does it in the way that you want it to do it, and am happy to change it if you tell me how you'd prefer it. Equally, there seem to be no real tests on edge so I've not included any. If you tell me how you'd like them, I'm happy to write them too :)
Thanks for all your hard work with TS. iHiD