Skip to content
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
Closed
@Artod

Description

@Artod
  • 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!

Metadata

Metadata

Assignees

Labels

P2Medium: Good to have, but can wait until someone steps upexp/wizardExtensive knowledge (implications, ramifications) requiredkind/bugA bug in existing code (including security flaws)status/readyReady to be worked

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions