Changeset 6 for rc/puzzlebox_brainstorms_configuration.py
- Timestamp:
- 01/28/10 15:31:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rc/puzzlebox_brainstorms_configuration.py
r5 r6 54 54 SERVER_PORT = 8194 55 55 56 #CONTENT_SET_HOST = '127.0.0.1'57 #CONTENT_SET_PORT = 1638458 59 #WEB_BROWSER_HOST = '127.0.0.1'60 #WEB_BROWSER_PORT = 1819261 62 56 63 57 ##################################################################### … … 72 66 73 67 ##################################################################### 74 # S pecificconfiguration68 # Server configuration 75 69 ##################################################################### 76 70 77 # content set 78 #CONTENT_SET_CHANGE_RETRIES = 3 79 #CONTENT_SET_INITIAL_DELAY = 10 71 MAX_COMPONENTS = 16 80 72 81 # initialize82 #DEFAULT_BACKGROUND_COLOUR = 'black'83 #CURSOR_PATH = '/home/apps/eyemagnet/images/system/empty_cursor.bmp'84 #EYEMAGNET_LOGO_PATH = '/home/client/media/images/system/eyemagnet_logo.png'85 73 86 # Master Control Program87 MAX_COMPONENTS = 16 88 # AUTOBIT_TIMEOUT = 5 # how long in seconds to give browser animations to start74 ##################################################################### 75 # Client configuration 76 ##################################################################### 89 77 90 # Master Control Client91 78 MAX_CONNECTION_ATTEMPTS = 5 92 79 HEALTH_CHECK_CONNECTION_ATTEMPTS = 5 93 80 NO_REPLY_WAIT = 10 # how many seconds before considering a component dead 94 81 95 # monitoring96 #HEALTH_CHECK_TIMER = 3097 #SCRIPT_CHECK_TIMER = 6098 #SCRIPT_CHECKLIST = { \99 #'compiz': { \100 #'check': '/usr/share/eyemagnet/eyemagnet_compiz_manager/eyemagnet_compiz_manager.py', \101 #'check_args': ['check_health'], \102 #'recover': '/usr/bin/eyemagnet_xorg_reset.py', \103 #'recover_args': [] \104 #} \105 #}106 107 # web browser108 #HIDE_ON_DURATION_EXPIRE = True109 #GTKMOZ_PROFILE_DIR = "/home/client/.gtkmozembed/"110 111 # window112 #DEINTERLACE_VIDEO = 1113 #TEMPORAL_FIELD_SEPARATION = 1114 #VIDEO_NICE = 2115 #PID_SEARCH_COUNT = 10116 #DUAL_SQUEEZE_DELAY = 7.5117 #INITIAL_TUNER_SQUEEZE_DELAY = 6118
Note: See TracChangeset
for help on using the changeset viewer.