-
Notifications
You must be signed in to change notification settings - Fork 10
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
Validate queue options and exit if option is not acceptable #5
Comments
I'll check it... but please keep in mind that |
ohh ok :) thanks |
Right, I've checked your case deeply. Actually, |
I would do the following improvements
|
@fogfish you can also add documentation for |
Hello,
Having the following queue:
After I add few items inside the queue and restart the app and do:
I always receive
undefined
but esq:deq always returns items. I'm expecting head to return same stuff as deq but without removing the item from queue.I'm using
[{tts, 0}, {capacity, 0}]
to make sure all items are going on the disk directly. I'm wrong ?Silviu
The text was updated successfully, but these errors were encountered: