lidavidm commented on PR #174:
URL: https://github.com/apache/arrow-adbc/pull/174#issuecomment-1336254758

   Hmm, without authentication it's a fairly strict rate limit - 60 requests 
per hour!
   
   ```
   > curl https://api.github.com/rate_limit
   {
     "resources": {
       "core": {
         "limit": 60,
         "remaining": 0,
         "reset": 1670103691,
         "used": 60,
         "resource": "core"
       },
   ```
   
   Disabling parallel download has no effect. So I think we will have to 
require a github token in order to verify binaries, since otherwise you just 
won't be able to download them.
   
   We could bundle all assets when uploading to the release. (Or bundle by 
language/platform: all JARs, all wheels, etc.) And then we could upload the 
signature/digest files as a single bundle (that way they also won't clutter the 
file list). It will be more annoying for anyone who really does want to 
download a single asset by hand, though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to