Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Conversation

qingweibinary
Copy link
Contributor

No description provided.

quote: +tick.quote,
};
return state.update(symbol, List.of(), v => v.takeLast(1000).push(fromJS(newTick)));
return state.update(symbol, List.of(), v => v.takeLast(10000).push(fromJS(newTick)));
Copy link
Contributor

Choose a reason for hiding this comment

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

Is 10K the correct amount?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

depends on what you mean by correct ;)

for ticks, I hit 10000 easily, so might raise it or we discuss how to handle

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 31.751% when pulling 0d7d1d3 on qingweibinary:qingwei/data into f8a9257 on binary-com:master.

@borisyankov borisyankov merged commit 6013c93 into regentmarkets-repo-archive:master Sep 9, 2016
@qingweibinary qingweibinary deleted the qingwei/data branch September 26, 2016 07:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants