Skip to content

max time 10 for bootstrap#27

Open
thedavidmeister wants to merge 1 commit intoflare-foundation:mainfrom
thedavidmeister:2024-04-07-max-timeout
Open

max time 10 for bootstrap#27
thedavidmeister wants to merge 1 commit intoflare-foundation:mainfrom
thedavidmeister:2024-04-07-max-timeout

Conversation

@thedavidmeister
Copy link

i've found that -m 5 seems fine outside docker, but for whatever reason i get consistent timeouts inside the docker container unless i bump to -m 10 ish

@thedavidmeister
Copy link
Author

thedavidmeister commented Apr 6, 2024

i've tested this on two different machines with two different internet connections btw

@PRICEKRAKEN
Copy link

PRICEKRAKEN commented Apr 12, 2024

@thedavidmeister i run the image "flarefoundation/go-flare:v1.7.1807" as an observer and have no issues.

version: "3.9" # optional since v1.27.0
services:

  go-flare:
    image: flarefoundation/go-flare:v1.7.1807

    container_name: go-flare
    ports:
      - "9651:9651"
      - "9650:9650"
    environment:
      - HTTP_PORT=9650
      - STAKING_PORT=9651
      - NETWORK_ID=flare
      - AUTOCONFIGURE_PUBLIC_IP=0
      - PUBLIC_IP=<PUBLIC_IP_HERE>
      - AUTOCONFIGURE_BOOTSTRAP=1
      - AUTOCONFIGURE_BOOTSTRAP_ENDPOINT=https://flare.flare.network/ext/info
      - CHAIN_CONFIG_DIR=/app/conf

    volumes:
      - /mnt/md1/db:/app/db
      - /mnt/md1/config:/app/conf

@thedavidmeister
Copy link
Author

@PRICEKRAKEN on what kind of networking? it's a timeout based issue so i assume the quality of connection makes a difference here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants