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
Robert Spencer
wiaflos
Commits
b36a02e0
Commit
b36a02e0
authored
Dec 03, 2016
by
Nigel Kukard
Browse files
Merge branch 'nkupdates2' into 'master'
Disable caching for local connections See merge request !24
parents
21276f9d
a596586f
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiaflos/client/cmdline.pm
View file @
b36a02e0
...
...
@@ -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
.
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