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

fixed log format in cheaper_busyness #78

Merged
merged 1 commit into from
Dec 6, 2012
Merged

fixed log format in cheaper_busyness #78

merged 1 commit into from
Dec 6, 2012

Conversation

prymitive
Copy link
Contributor

Also it doesn't make sens to store active_workers count as int64_t when uwsgi.numproc itself is just an int so I've added:

-       int64_t active_workers = 0;
+       int active_workers = 0;

unbit added a commit that referenced this pull request Dec 6, 2012
@unbit unbit merged commit a297b9b into unbit:master Dec 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants