Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
wiaflos
Commits
a596586f
Commit
a596586f
authored
Dec 03, 2016
by
Nigel Kukard
Browse files
Disable caching for local connections
parent
d98f0e6e
Pipeline
#485
passed with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
wiaflos/client/cmdline.pm
View file @
a596586f
...
...
@@ -329,6 +329,8 @@ sub cmd_connect
# Init templating engine
wiaflos::server::core::templating::
Init
(
$server
);
# Init caching engine
# NK: As we're local disable caching
$
awitpt::cache::
cache_type
=
"
none
";
awitpt::cache::
Init
(
$server
);
# Init jobs
wiaflos::server::core::jobs::
Init
(
$server
);
...
...
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