hluz

Results 19 comments of hluz

@zeroasterisk did you (or anyone else listening) found any workable solution for this issue?

Maybe this will fix it: https://github.com/stubailo/meteor-rest/pull/118

Any chance of merging this soon?

I understand, and it was only heads-up in case you had some hard dependencies on it that would be difficult to change, prompted because in my newest application, the only...

@dnish, I also had instability issues, a few server crashes due to CollectionFS and the problem of not being able to run multiple server instances. Replaced CFS in production (internal...

Thanks for the reply. I finally got some time to try to use file-collection with the same gridFS store and the good news is that i don't even have to...

Great! Many thanks. (yes, I know... rtfm... :-( )

Just some feedback: Replaced CollectionFS with file-collection in prod yesterday. Working great so far. Significant memory usage reduction on server. A lot faster to upload than CFS (using resumable.js). And...