-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update Anomap, Rewrite discord-refcount.c #172
base: dev
Are you sure you want to change the base?
Conversation
68767e2
to
332bc96
Compare
…ange to cache garbage collection
7342ffe
to
8b09803
Compare
this should be good. I can fix the concord-once goto bug here as well, or not?... also, one thing I'm not sure of, does log_conf need a singular lock or not? |
Sure, feel free to add the fix on a separate commit!
It's likely, considering all log_conf modules are writing to the same file |
8b09803
to
e7111aa
Compare
aa5ecce
to
6714a7b
Compare
6714a7b
to
5ae114d
Compare
Feel free to merge whenever, you know it's good. |
b136042
to
0988de4
Compare
0988de4
to
435dee1
Compare
This fix is totally based off Anotra's PR commits #172, adapted to work on dev before the PR is merged.
What?
complete rewrite of discord-refcount.c
anomap_create function has a new flag.
anomap_item_changed has changed.
some new features...
slight change in cache garbage collection to avoid blocking the main thread.