Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Map tracking" (Character log) -> Models are not in sync with Cache #47

Closed
exodus4d opened this issue Oct 11, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@exodus4d
Copy link
Owner

The Cronjob (deleteLogData()) that cleans up the character_log tabe should be changed. In the past, all table data was removed (truncated). There are some problems with this:

  1. The related (cached) models CharacterLogModel still exist
  2. Recently updated/inserted character log data is removed from DB, whitch is not intended and results in unnecessary DB load to re-add those LogData.
@exodus4d exodus4d self-assigned this Oct 11, 2015
@exodus4d exodus4d added this to the v 0.0.13 BETA milestone Oct 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant