Jérémy Benoist
Jérémy Benoist
I'm even thinking about removing the french documentation too. It'll be less time consuming to translate the doc and it'll be faster for us to maintain it. What do you...
Using `gc_collect_cycles()` is just the workaround. Without a proper script + pdf to reproduce the leak, I think we won't be able to properly fix it ...
I've run the script 10 times using Blackfire, but I don't really know how to see where the leak is: https://blackfire.io/profiles/806c9126-a571-4472-8af6-664a8e34a5b7/graph (might only be available 24h I think) But yeah,...
The `updated_at` field is always defined when an entry is saved: https://github.com/wallabag/wallabag/blob/master/src/Wallabag/CoreBundle/Entity/Entry.php#L457-L468 And by default defined at the current date and every save. So the `updated_at` field should be defined....