This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File limit 250kb #1365
Closed
Description
- Version: 0.28.2
- Platform: Chrome and Firefox on Windows 10 (64-bit)
Type: Bug
Severity: High
Description:
I use js-ipfs for this project https://github.com/osliki/classi with following configs:
const config = {
repo: 'osliki-classi',
start: true,
EXPERIMENTAL: {
pubsub: true,
relay: {
enabled: true,
hop: {
enabled: true,
}
}
},
config: {
Addresses: {
Swarm: [
'/dns4/wrtc-star.discovery.libp2p.io/tcp/443/wss/p2p-webrtc-star',
'/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star',
]
}
}
}
and seems like nodes unable to share photos larger than 250kB. Starting from here for such large files I got everlasting loading.
Thanks for any help!