-
Notifications
You must be signed in to change notification settings - Fork 102
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
Blocking co::Object::commit #116
Comments
Issue 1: Per master or per slave? Resolved: per slave seems to give more flexibility and cleaner Per master:
Per slave:
|
Issue 2: Runtime-changeable? Resolved: no. For simplicity and memory footprint will go with a overridable method to configure max queue size. If the return value changes at runtime the behavior is undefined for now. |
API
|
Issue 3: Also for slave object commits? Not for now. Requires a completely different implementation, and is not needed yet. |
Implementation
|
Needed by @tribal-tec for codash: Implement a way to configure per master or per slave object how many versions might be queued up before a commit blocks.
The text was updated successfully, but these errors were encountered: