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

filecount never updated #79

Open
dmd opened this issue Sep 12, 2024 · 0 comments
Open

filecount never updated #79

dmd opened this issue Sep 12, 2024 · 0 comments

Comments

@dmd
Copy link

dmd commented Sep 12, 2024

According to the documentation the metric mercure.master.router.main.incoming.files reports "Number of received DICOM files waiting in the incoming folder".

I believe this is supposed to be implemented here:

helper.g_log("incoming.files", r.filecount)

However, the variable filecount is initialized to 0 here:

filecount = 0

and then never updated anywhere else in all of mercure.

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

No branches or pull requests

1 participant