Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

The bing.ini config file, located at /etc/squirro/bing.ini configures the workings of the Bing Provider.

...

The source manager implements the polling behavior. The behavior is configured in the two sections source_manager and source_manager_web (for news and web sources respectively) with the following keys.

...

Code Block
languagetext
[source_manager]
check_delay = {"minutes": 1}
max_error_delay = {"days": 3}
success_delay = {"minutes": 15}
max_success_delay = {"hours": 12}

[source_manager_web]
check_delay = {"days": 1}
max_error_delay = {"days": 7}
success_delay = {"days": 1}
max_success_delay = {"days": 3} 

Result Size Limiting

The number of results that are loaded for new sources is configured in configuration.ini using the provider.bing.prefetch_size option.

Securing the Bing Provider

...