Changes between Version 8 and Version 9 of PrefsOverride


Ignore:
Timestamp:
Oct 18, 2007, 11:00:42 AM (17 years ago)
Author:
Didactylos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrefsOverride

    v8 v9  
    1010#!xml
    1111<global_preferences>
    12     <run_on_batteries>0</run_on_batteries>
    13     <run_if_user_active>0</run_if_user_active>
    14     <start_hour>0.000000</start_hour>
    15     <end_hour>0.000000</end_hour>
    16     <net_start_hour>0.000000</net_start_hour>
    17     <net_end_hour>0.000000</net_end_hour>
    18     <leave_apps_in_memory>0</leave_apps_in_memory>
    19     <confirm_before_connecting>0</confirm_before_connecting>
    20     <hangup_if_dialed>0</hangup_if_dialed>
    21     <work_buf_min_days>0.1</work_buf_min_days>
    22     <max_cpus>2</max_cpus>
    23     <cpu_scheduling_period_minutes>60.000000</cpu_scheduling_period_minutes>
    24     <disk_interval>60.000000</disk_interval>
    25     <disk_max_used_gb>100.000000</disk_max_used_gb>
    26     <disk_max_used_pct>50.000000</disk_max_used_pct>
    27     <disk_min_free_gb>0.100000</disk_min_free_gb>
    28     <vm_max_used_pct>75.000000</vm_max_used_pct>
    29     <ram_max_used_busy_pct>50.000000</ram_max_used_busy_pct>
    30     <ram_max_used_idle_pct>90.000000</ram_max_used_idle_pct>
    31     <idle_time_to_run>3.000000</idle_time_to_run>
    32     <max_bytes_sec_down>0.000000</max_bytes_sec_down>
    33     <max_bytes_sec_up>0.000000</max_bytes_sec_up>
    34     <cpu_usage_limit>100.000000</cpu_usage_limit>
     12    <mod_time>%d</mod_time>
     13    <run_on_batteries/>
     14    <run_if_user_active/>
     15    <suspend_if_no_recent_input>%f</suspend_if_no_recent_input>
     16    <start_hour>%f</start_hour>
     17    <end_hour>%f</end_hour>
     18    <net_start_hour>%f</net_start_hour>
     19    <net_end_hour>%f</net_end_hour>
     20    <leave_apps_in_memory/>
     21    <confirm_before_connecting/>
     22    <hangup_if_dialed/>
     23    <dont_verify_images/>
     24    <work_buf_min_days>%f</work_buf_min_days>
     25    <work_buf_additional_days>%f</work_buf_additional_days>
     26    <max_cpus>%d</max_cpus>
     27    <cpu_scheduling_period_minutes>%f</cpu_scheduling_period_minutes>
     28    <disk_interval>%f</disk_interval>
     29    <disk_max_used_gb>%f</disk_max_used_gb>
     30    <disk_max_used_pct>%f</disk_max_used_pct>
     31    <disk_min_free_gb>%f</disk_min_free_gb>
     32    <vm_max_used_pct>%f</vm_max_used_pct>
     33    <ram_max_used_busy_pct>%f</ram_max_used_busy_pct>
     34    <ram_max_used_idle_pct>%f</ram_max_used_idle_pct>
     35    <idle_time_to_run>%f</idle_time_to_run>
     36    <max_bytes_sec_up>%f</max_bytes_sec_up>
     37    <max_bytes_sec_down>%f</max_bytes_sec_down>
     38    <cpu_usage_limit>%f</cpu_usage_limit>
     39    <day_prefs>                 
     40        <day_of_week>%d</day_of_week>
     41        <start_hour>%.02f</start_hour>
     42        <end_hour>%.02f</end_hour>
     43        <net_start_hour>%.02f</net_start_hour>
     44        <net_end_hour>%.02f</net_end_hour>
     45    </day_prefs>
    3546</global_preferences>
    36 [ <host_venue>venue</host_venue> ]
     47}}}
     48
     49{{{
     50#!comment Where did [ <host_venue>venue</host_venue> ] come from? I've removed it since it's badly formed XML and I can't find it in the source.
    3751}}}
    3852