Source
3094
3094
],
3095
3095
'software_update_check_data' => [
3096
3096
'null' => false,
3097
3097
'type' => DB::FIELD_TYPE_TEXT,
3098
3098
'default' => ''
3099
3099
],
3100
3100
'timeout_browser' => [
3101
3101
'null' => false,
3102
3102
'type' => DB::FIELD_TYPE_CHAR,
3103
3103
'length' => 255,
3104
-
'default' => '1m'
3104
+
'default' => '60s'
3105
3105
]
3106
3106
]
3107
3107
],
3108
3108
'triggers' => [
3109
3109
'key' => 'triggerid',
3110
3110
'fields' => [
3111
3111
'triggerid' => [
3112
3112
'null' => false,
3113
3113
'type' => DB::FIELD_TYPE_ID,
3114
3114
'length' => 20