Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
bf4e2bbe
Commit
bf4e2bbe
authored
Jul 31, 2018
by
Bas Lijnse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed flipped arguments in engine startup
parent
b39a3b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Libraries/iTasks/Engine.icl
Libraries/iTasks/Engine.icl
+1
-1
No files found.
Libraries/iTasks/Engine.icl
View file @
bf4e2bbe
...
...
@@ -137,10 +137,10 @@ where
[
BackgroundTask
updateClock
,
BackgroundTask
(
processEvents
MAX_EVENTS
)
:
if
(
webTasks
=:
[])
[
BackgroundTask
stopOnStable
]
[
BackgroundTask
removeOutdatedSessions
,
BackgroundTask
flushWritesWhenIdle
]
[
BackgroundTask
stopOnStable
]
]
// The iTasks engine consist of a set of HTTP Web services
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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