rematch icon indicating copy to clipboard operation
rematch copied to clipboard

Mechanism to determine how many functions to upload in one request

Open shiftre opened this issue 7 years ago • 0 comments

Right now we're uploading exactly 100 functions in order to be efficient and save space, however some binaries would not include 100 functions at all, maybe 10 or 20, while others might include 60k.

This value should be tuned and fixed, maybe a percentage or a minimum number of functions.

located in actions/match.py in perform_upload()

shiftre avatar Feb 26 '17 13:02 shiftre