When using edd_get_customers() function (just
an example, applies to any layers using Berlin db, I suppose) with id__in key in its arguments, the default EDD number=30 value should be ignored and should default to the count( $id_in ) value.
If I provide a list of explicit ids, I expect the function/DB query to return those explicit values (minus those that to not exist in DB, but that will be handled by database natively) I requested - not cutting the values off because of the internal default value.
Same applies to any variations of *__in and *__not_in.