We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I leave the edit page of project 3 open, I see in the server logs, every few seconds:
[17/Dec/2014 14:31:53] "POST /api/v1/projects/3/activity HTTP/1.1" 204 0
When I close the edit page, I see
[17/Dec/2014 14:31:59] "DELETE /api/v1/projects/3/activity HTTP/1.1" 204 0
Saves happen manually, so what are these POST requests monitoring?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I leave the edit page of project 3 open, I see in the server logs, every few seconds:
When I close the edit page, I see
Saves happen manually, so what are these POST requests monitoring?
The text was updated successfully, but these errors were encountered: