pucauto icon indicating copy to clipboard operation
pucauto copied to clipboard

Add a buffer for min_value before attempting send

Open tomreece opened this issue 9 years ago • 2 comments

Currently Pucauto accepts a bundle if the recipient has points >= min_value.

Make it points >= min_value + BUFFER.

tomreece avatar Jan 10 '16 07:01 tomreece

Would this be an attempt to ensure that the recipient's points aren't all used up before Pucauto gets to send all of our matching cards? I'm not sure I would use that feature, so can the buffer be a config option?

eengstrom avatar Jan 10 '16 14:01 eengstrom

@eengstrom Yes, the goal is to ensure min_value is met in case some cards are grabbed by other users. I'm not sure what buffer value should be, but it will be configurable and optional.

tomreece avatar Jan 11 '16 17:01 tomreece