Valentin Steiner
Valentin Steiner
> Instead, just requesting/renewing a session ticket for any data transfer command would be simpler. For very long data transfers, the ticket might expire in the middle of the transfer,...
After setting up a suitable environment I was so far _unable_ to verify that the "high-level" problem is gone. To be more helpful, I'll need to analyze more. Additionally: *...
Unfortunately, it doesn't help. It's the same numeric value, but returned as BigInt.
Having dug into the source a little, I believe the 32 bit restriction comes from using `GetDiskFreeSpace` instead of `GetDiskFreeSpaceEx` in `deps/uv/src/win/fs.c` (in `fs__statfs`). Disclaimer: not a Windows person