Software /
code /
prosody
Comparison
.busted @ 10061:5c71693c8345
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 08 Jul 2019 02:44:32 +0200 |
parent | 9964:f299d4917dd8 |
comparison
equal
deleted
inserted
replaced
10060:7a36b7ac309b | 10061:5c71693c8345 |
---|---|
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 = { |