# FeedThrower -- software to send your content to XML Team
# Copyright (c) 2008, XML Team Solutions, Inc.
# http://www.xmlteam.com
queue_plugin=NHL
# Length of time a processing queue will wait for a new message for a game before
# accepting messages for a different game instead. Defaults to 3600 (one hour)
queue_life_seconds=5
# queue_by - allows a more flexible queueing control by specifying wider
# or narrower per-queue rules
# NHL plugin queue_by variables include:
# {game_id} - the id of the game for the message being processed
# {msg_type} - the type of message being processed
queue_by=game-{game_id}
skip_send=no
save_files=no
# LOGGING OPOTIONS
log_to_stdout=yes
log_level=DBG
# Will default to 100_000 (bytes)
#truncate_log_at=1000000
truncate_log_at=1000
# FILE-WATCHING OPTIONS
# drop_dir: The directory for Incoming Files:
# On a Windows machine, something like
# c:\FeedThrower\incoming works fine
# NOTE: Leave out trailing slash
# e.g. c:\FeedThrower\incoming\ is NOT ok
# time_between_watches: TIME IN SECONDS NOW between watches - a good value is around 10
# add_sent_time_attr: prepends the time sent, prior to the local time
# This needs to be an absolute path (e.g. c:\FeedThrower or /FeedThrower (unix))
base_dir=C:\feedthrower
# This needs to be an absolute path (e.g. c:\FeedThrower\incoming or /FeedThrower/incoming
(unix))
drop_dir=C:\feedthrower\incoming
time_between_watches=10
add_sent_time_attr=yes
job_find_usec_sleep=10000000
ignore_recency_skip_types=EVL
ignore_recently_skip_types=EVL
# FILE-THROWING OPTIONS
put_url=http://stars.xmlteam.com:8080/put/nhl
put_gzipped=yes
# A path relative to base_dir
log_dir=logs
log_file=feedthrower.log
throttled_file_dir=C:\feedthrower\throttled
throttled_file_check_interval=30
throttled_file_filters=PS.*
throttled_file_send_times=02:00,9:00,11:30
# LOG-SENDING OPTIONS
# Allow/Deny filters
# Please leave empty (i.e. filters_deny= or filters_allow= if no filters to be applied)
filters_allow=
filters_deny=
queue_count=11
# Log server
run_log_server=1
log_server_host=localhost
log_server_port=50000
log_server_timeout=30
# PATTERN MATCHING DUPLICATION FILTERS
nhl_game_file_bxg_patterns=(<Game\s.*?>);(<Summary>.*?<\/Summary>)
nhl_game_file_gs_patterns=(<Game\s.*?>.*?<\/Game>)
nhl_game_file_bxp_patterns=(<Game\s.*?>);(<Stats>.*?<\/Stats>)
nhl_game_file_bxt_patterns=(<Game\s.*?>);(<Stats>.*?<\/Stats>)
nhl_game_file_evs_patterns=(<Game\s.*?<\/Game>)