29 May
2018
29 May
'18
2:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821 --- Comment #35 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #34)
I think we should not use the cache here. We will just dump too much in memory. Should we change lastseen to a date and check if NOW> lastseen ? This would skip a lot of writes ?
I actually think a hybrid of your first and second suggestions is the best solution. We should use cache *and* test a date! Why do you think we will use too much memory? Let's assume we have 1000 simultaneous users. That's still a minuscule amount of memory compared to caching the marc frameworks, for example. -- You are receiving this mail because: You are watching all bug changes.