Ejemplo n.º 1
0
def get_thread_size():
    """
    :rtype int
    :return:
    """
    return config_tool.get_integer("thread_size")
Ejemplo n.º 2
0
def get_eta_refresh_period():
    """
    :rtype int
    :return:
    """
    return config_tool.get_integer("eta_refresh_period")
Ejemplo n.º 3
0
def get_default_eta():
    """
    :rtype int
    :return:
    """
    return config_tool.get_integer("default_eta")
Ejemplo n.º 4
0
def get_default_price():
    """
    :rtype int
    :return:
    """
    return config_tool.get_integer("default_price")
Ejemplo n.º 5
0
def get_autocomplete_refresh_period():
    """
    :rtype int
    :return:
    """
    return config_tool.get_integer("autocomplete_refresh_period")
Ejemplo n.º 6
0
def get_walk_route_refresh_period():
    return config_tool.get_integer("walk_route_refresh_period")
Ejemplo n.º 7
0
def get_train_info_refresh_period():
    return config_tool.get_integer("train_info_refresh_period")
Ejemplo n.º 8
0
def get_busway_transfer_refresh_period():
    return config_tool.get_integer("busway_transfer_refresh_period")
Ejemplo n.º 9
0
def get_geo_refresh_period():
    return config_tool.get_integer("geo_refresh_period")