Software /
code /
prosody
Comparison
.busted @ 10434:8f709577fe8e
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Nov 2019 23:12:01 +0100 |
parent | 9964:f299d4917dd8 |
comparison
equal
deleted
inserted
replaced
10433:7777f25d5266 | 10434:8f709577fe8e |
---|---|
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 = { |