Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
cc091744
Commit
cc091744
authored
Aug 03, 2020
by
Michael Ott
Browse files
Use QoS=1 as default
parent
f68f392a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/dcdbslurmjob/dcdbslurmjob.cpp
View file @
cc091744
...
...
@@ -59,7 +59,7 @@ void usage() {
std
::
cout
<<
"Options:"
<<
std
::
endl
;
std
::
cout
<<
" -b<hosts> List of MQTT brokers [default: localhost:1883]"
<<
std
::
endl
;
std
::
cout
<<
" -q<qos> MQTT QoS to use [default:
0
]"
<<
std
::
endl
;
std
::
cout
<<
" -q<qos> MQTT QoS to use [default:
1
]"
<<
std
::
endl
;
std
::
cout
<<
" -o<timeout> MQTT timeout in seconds [default: 10]"
<<
std
::
endl
;
std
::
cout
<<
" -c<hosts> List of Cassandra hosts [default: none]"
<<
std
::
endl
;
std
::
cout
<<
" -u<username> Cassandra username [default: none]"
<<
std
::
endl
;
...
...
@@ -174,7 +174,7 @@ int main(int argc, char** argv) {
std
::
string
nodelist
=
""
,
jobId
=
""
,
userId
=
""
;
std
::
string
substitution
=
""
;
int
maxJobLength
=
-
1
;
int
qos
=
0
;
int
qos
=
1
;
int
timeout
=
10
;
uint64_t
ts
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment