Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
wiaflos
Commits
a596586f
Commit
a596586f
authored
Dec 03, 2016
by
Nigel Kukard
Browse files
Disable caching for local connections
parent
d98f0e6e
Changes
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
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