Fix UA string.
This commit is contained in:
parent
628b2e6665
commit
553866cac0
2
main.go
2
main.go
@ -47,7 +47,7 @@ func initConfig() {
|
|||||||
ResultsExpireIn: 5,
|
ResultsExpireIn: 5,
|
||||||
}
|
}
|
||||||
machineryServer, _ = machinery.NewServer(machineryConfig)
|
machineryServer, _ = machinery.NewServer(machineryConfig)
|
||||||
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.1; " + hostURL.Host + ")"
|
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.2; " + hostURL.Host + ")"
|
||||||
relayState = state.NewState(redisClient)
|
relayState = state.NewState(redisClient)
|
||||||
actorCache = cache.New(5*time.Minute, 10*time.Minute)
|
actorCache = cache.New(5*time.Minute, 10*time.Minute)
|
||||||
Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey)
|
Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey)
|
||||||
|
@ -66,7 +66,7 @@ func initConfig() {
|
|||||||
machineryServer, _ = machinery.NewServer(machineryConfig)
|
machineryServer, _ = machinery.NewServer(machineryConfig)
|
||||||
newNullLogger := NewNullLogger()
|
newNullLogger := NewNullLogger()
|
||||||
log.DEBUG = newNullLogger
|
log.DEBUG = newNullLogger
|
||||||
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.1; " + hostURL.Host + ")"
|
uaString = viper.GetString("relay_servicename") + " (golang net/http; Activity-Relay v0.2.2; " + hostURL.Host + ")"
|
||||||
Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey)
|
Actor.GenerateSelfKey(hostURL, &hostPrivatekey.PublicKey)
|
||||||
|
|
||||||
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]\n - Configrations")
|
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]\n - Configrations")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user