Skip to content

Commit

Permalink
Modify extended schema to cover more cases, fix #354 #363 #369 #372
Browse files Browse the repository at this point in the history
  • Loading branch information
kueblc committed Nov 7, 2019
1 parent dd7985e commit 4aa350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fake-registration-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def post(self):
elif(".active" in a):
print("Answer s.gw.dev.pk.active")
# first try extended schema, otherwise minimal schema
schema_key_count = 1 if gwId in self.activated_ids else 10
schema_key_count = 1 if gwId in self.activated_ids else 20
# record that this gwId has been seen
self.activated_ids[gwId] = True
schema = jsonstr([
Expand Down

0 comments on commit 4aa350c

Please sign in to comment.