You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Development/nmos/settings.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ namespace nmos
110
110
// pri [registry, node]: used for the 'pri' TXT record; specifying nmos::service_priorities::no_priority (maximum value) disables advertisement completely
111
111
const web::json::field_as_integer_or pri{ U("pri"), 100 }; // default to highest_development_priority
112
112
113
-
// highest_pri, lowest_pri [registry, node]: used to specify the (inclusive) range of suitable 'pri' values of discovered APIs, to avoid development and live systems colliding
113
+
// highest_pri, lowest_pri [node]: used to specify the (inclusive) range of suitable 'pri' values of discovered APIs, to avoid development and live systems colliding
0 commit comments