RPS: 100

FreshCfg {
    MyHostName:             "ed209.search.yandex.net"
    FreshPort:              4444
    MonPort:                26701
    DataConfigPath:         "./data_config.pb.txt"

    PusherCallsDumpPath:    "/dev/null"
    LogName:                "/dev/null"

    IsSysLog:               false
    Verbosity:              1
    ProductionMode:         true
    MemoryLimit:            0
    ServiceName:            "client_redirect"

    Points {
        Type : RD_URL
        CalcerType: CT_MONSTER
	Versions {
          Path : "./points.remote"
        }
    }

    Points {
        Type : RD_HOST
        CalcerType: CT_MURMUR
	Versions {
          Path : "./points.remote"
        }
    }

    Points {
        Type : RD_CLIENT
        CalcerType: CT_MURMUR
	Versions {
          Path : "./points.local"
        }
    }

    Points {
        Type : RD_LOCAL
        CalcerType: CT_MURMUR
	Versions {
          Path : "./points.local"
        }
    }
}
