Projects STRLCPY afrog Commits 5d445bdc
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    pkg/config/config.go
    skipped 49 lines
    50 50   configHttp := c.ConfigHttp
    51 51   configHttp.Proxy = ""
    52 52   configHttp.DialTimeout = 5
    53  - configHttp.ReadTimeout = "5000ms"
    54  - configHttp.WriteTimeout = "5000ms"
     53 + configHttp.ReadTimeout = "6000ms"
     54 + configHttp.WriteTimeout = "6000ms"
    55 55   configHttp.MaxIdle = "5s"
    56 56   configHttp.MaxRedirect = 5
    57 57   configHttp.Concurrency = 4096
    skipped 2 lines
    60 60   configHttp.UserAgent = ""
    61 61   c.ConfigHttp = configHttp
    62 62   reverse := c.Reverse
    63  - reverse.Ceye.ApiKey = ""
    64  - reverse.Ceye.Domain = ""
     63 + reverse.Ceye.ApiKey = "fb1837116d366dd91f2aa9ab837efe66"
     64 + reverse.Ceye.Domain = "dflqxk.ceye.io"
    65 65   c.Reverse = reverse
    66 66   WriteConfiguration(&c)
    67 67   }
    skipped 87 lines
Please wait...
Page is in error, reload to recover