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

Give maximum file size in /status endpoint #614

Open
CKH4 opened this issue Oct 22, 2018 · 1 comment
Open

Give maximum file size in /status endpoint #614

CKH4 opened this issue Oct 22, 2018 · 1 comment

Comments

@CKH4
Copy link

CKH4 commented Oct 22, 2018

Status return could look like:

{
  available: true,
  maxFileSize: 131072000 // 125mb = 125 * 1024 * 1024
}
@rfornea
Copy link
Contributor

rfornea commented Oct 25, 2018

I'm going to go ahead and implement this. I'm just going to call it "numChunksLimit" since that's what the broker .env variable is called, and the broker bases acceptance/rejection on numChunks. The client can interpret the number.

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

2 participants