Software /
code /
prosody
Comparison
.busted @ 11120:b2331f3dfeea
Merge 0.11->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 30 Sep 2020 09:50:33 +0100 |
parent | 9964:f299d4917dd8 |
comparison
equal
deleted
inserted
replaced
11119:68df52bf08d5 | 11120:b2331f3dfeea |
---|---|
1 return { | 1 return { |
2 _all = { | 2 _all = { |
3 }, | 3 }, |
4 default = { | 4 default = { |
5 ["exclude-tags"] = "mod_bosh,storage"; | 5 ["exclude-tags"] = "mod_bosh,storage,SLOW"; |
6 }; | 6 }; |
7 bosh = { | 7 bosh = { |
8 tags = "mod_bosh"; | 8 tags = "mod_bosh"; |
9 }; | 9 }; |
10 storage = { | 10 storage = { |