Aligned and slightly higher file size limit for uploads
ImprovementWhether you’re trying to:
- upload existing recordings through our desktop recorder
- upload recordings through the mobile native recording client
- POST them directly to our private POST API
we have a new slightly raised size limit for the files.
The limit is now 1GiB which is 1024 * 1024 * 1024 = 1.073.741.824 bytes.
Previously, the limit was 1000 MiB which is 1000 * 1024 * 1024 bytes.
The new higher limit means any file shown as 1GB on Linux and macOS (1.000.000.000 bytes) and any file shown as 1GB on Windows (1.073.741.824 bytes) will be accepted by our servers.