v1.98.4

spider-rs/spiderv1.98.4Jul 2, 2024by j-mendez

AI Summary

Users can now configure the maximum resource size limit for downloads via an environment variable.

Key Highlights

  • New `SPIDER_MAX_SIZE_BYTES` environment variable
  • Configurable resource size limit (e.g., 1GB)

New Features

  • New environment variable `SPIDER_MAX_SIZE_BYTES` for resource limits

Full Release Notes

# Whats Changed

You can now set the max bytes limit for resources by using the env variable `SPIDER_MAX_SIZE_BYTES`.

example for 1gb limit:

```sh
export SPIDER_MAX_SIZE_BYTES=1073741824
```

**Full Changelog**: https://github.com/spider-rs/spider/compare/v1.98.3...v1.98.4