Skip to content

Commit

Permalink
Issue 4432 - After a failed online import the next imports are very slow
Browse files Browse the repository at this point in the history
Bug Description:  When an online import fails the entry and DN caches are
                  "reset", but we use the wrong "new maxsize" which was
                  setting the entry cache maxsize to zero which killed the
                  import performance.

Fix Description:  When resetting the caches use the previous cache maxsize.

Relates: #4432

Reviewed by: firstyear & progier(Thanks!!)
  • Loading branch information
mreynolds389 committed Nov 12, 2020
1 parent 174b3cd commit ef8241e
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 2 deletions.

0 comments on commit ef8241e

Please sign in to comment.