Update 24th April, 2025

Well it definitely reads as

  • ANT locked up for 12 months
  • all backers receive a share of the 1.5 million for those apps that go live
  • 0 to 12 apps will go live by the stated date

It seems dangerous in that some to all of the locked ANT can be lost to the people backing apps. If some do not go live then the people will lose the ANT.

To me that is very risky and doubt people will lock up substantial amounts since an app can fail to go live for any number of reasons which include it being no fault of the app writer.

Seems the OP says

which means that the backed amount is returned no matter what

4 Likes

How do I tweak it in practice?

I think I solved it with ChatGPT:

On Linux, copy into terminal

export CHUNK_UPLOAD_BATCH_SIZE=4
export CHUNK_DOWNLOAD_BATCH_SIZE=4

Instead of 4, you can try other numbers.

Edit: fixed a mistake I made earlier, as @qi_ma commented on it below.

5 Likes

In tests not long ago download batch size of 3 was enough to saturate a 1gbit link on larger files … Not sure that parameter needs much tweaking anyway…

2 Likes

On 60MB file the parameter value 1 is clearly slower than higher values:

time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .

real	0m34.415s
user	0m13.096s
sys	0m6.152s

export CHUNK_DOWNLOAD_BATCH_SIZE=2
time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .

real	0m31.032s
user	0m12.552s
sys	0m6.040s

export CHUNK_DOWNLOAD_BATCH_SIZE=4
time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .

real	0m16.808s
user	0m7.549s
sys	0m3.689s

export CHUNK_DOWNLOAD_BATCH_SIZE=16
time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .

real	0m16.189s
user	0m9.049s
sys	0m4.340s

With an 200MB upload, I’m getting:

Not enough node quotes for .., got: 1 and need at least 5

…nevermind the batch size. Bummer, that the uploads are so unreliable.

8 Likes

Good testing there :slight_smile:

7 Likes

shall be prefixed with CHUNK_ not FILE_

Yeah, if the connection is good, better lift up the value for a better performance.

This shall get addressed by the PR 2929.

13 Likes

YAY

10 Likes

Cannot wait! Seems we are moving in the right direction :confetti_ball:

5 Likes

Have you tested with the 1.5.2025 (vappu :grinning_face_with_smiling_eyes:) version? If you succeed, then nothing can stop this! :sweat_smile:

3 Likes

I just did. :tada: :tada: :tada:

I uploaded successfully about 200MB file with batch size 4!

Then I tried to re-upload the same file with batch size 64, to test for free, if the quote system returns all the quotes, which has been the failing thing. And it did! :tada: :tada: :tada:

Summary

But there was some other weird behaviour there, which unfortunately I’m not willing to share the logs. The reason for that is, that the upload is a pirated content from a podcaster / video producer that I value highly, and I don’t want to re-distribute it without payment to him. And the reason for me having it in the first place regardless of that attitude of mine, is that a friend gave me a USB stick that just had it. And I don’t have much big files in this experimental linux laptop of mine. Phew, that was complicated! :sweat_smile:

8 Likes

8Gb with batch size 32 :slight_smile:

7 Likes