diff options
| author | 李佳 <[email protected]> | 2020-08-26 19:55:05 +0800 |
|---|---|---|
| committer | 李佳 <[email protected]> | 2020-08-26 19:55:05 +0800 |
| commit | b59c12a9c6ada74c6a3b26556cb71bf9e5485390 (patch) | |
| tree | f731815ea0841688521f1eff2daa622ed0940013 /src/config | |
| parent | bb2effdba527a7ae69753a6a174005a71ff349b9 (diff) | |
Fix v4.0.20 ci build modev4.0.20-releaserel-4.0
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/config_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config_parse.cpp b/src/config/config_parse.cpp index 5ef8b0a..35a2d8c 100644 --- a/src/config/config_parse.cpp +++ b/src/config/config_parse.cpp @@ -598,7 +598,7 @@ int sapp_parse_config(void) tomlc99_wrap_load_string_def(default_config_file, (char *)"packet_io.external.interface", (char *)"type", pconfig->packet_io.external.interface.type_str, NAME_MAX, "pcap"); tomlc99_wrap_load_string_def(default_config_file, (char *)"packet_io.external.interface", (char *)"name", pconfig->packet_io.external.interface.name, NAME_MAX, "lo"); tomlc99_wrap_load_int_def(default_config_file, (char *)"packet_io.polling", (char *)"enabled", &pconfig->packet_io.polling_enabled, 1); - tomlc99_wrap_load_int_def(default_config_file, (char *)"packet_io.polling", (char *)"polling_priority", &pconfig->packet_io.polling_priority, 10); + tomlc99_wrap_load_int_def(default_config_file, (char *)"packet_io.polling", (char *)"polling_priority", &pconfig->packet_io.polling_priority, 100); /******************************* STREAM ******************************/ tomlc99_wrap_load_string_def(default_config_file, (char *)"STREAM", (char *)"stream_id_base_time", pconfig->stream.stream_id_base_time_str, 32, ""); |
