Files
gerrit/java
Edwin Kempin 0dd475241b AccountConfig: Remove lazy parsing of project watches and preferences
Nobody is making use of this. The only usage was removed by change
Id020fd8972. As explained in the commit message of change Id020fd8972 it
turned out that lazy parsing leads to a memory leak because for this the
reference to AccountConfig needs to be kept in memory and AccountConfig
may need quite a lot of memory since it holds an open Repository
instance.

Lazy parsing was not really needed and turned out to be a classic case
of premature optimization.

Change-Id: I534cfc0eeb01e0ccd4af3df3986fa23112f7cb63
Signed-off-by: Edwin Kempin <ekempin@google.com>
2018-02-15 10:11:40 +01:00
..