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

Buffer Size and Request Timeout are now configurable options (closes #48) #49

Merged
merged 8 commits into from
May 17, 2017

Conversation

nabilfreeman
Copy link
Contributor

#48

buffer size and request timeout are both defined as constants. They are now elements that still default to their original values, but can be overriden by a user if desired.

Copy link
Member

@dr-dimitru dr-dimitru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename requestTimeoutInMilliseconds to requestTimeout, let users set this value in seconds and just multiple it 1000 inside libriary

Copy link
Member

@dr-dimitru dr-dimitru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename bufferSizeInBytes to bufferSize and mention in docs what it is in bytes

@dr-dimitru
Copy link
Member

Hello @nabilfreeman ,

Great suggestion, left some comments on props naming, could you take a look, please?

@dr-dimitru dr-dimitru merged commit 4dd840b into veliovgroup:master May 17, 2017
dr-dimitru added a commit that referenced this pull request May 17, 2017
 - Dependencies update
 - Compatibility with latest Meteor release
 - Merge #49 , fix for #50 , thanks to @nabilfreeman
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