mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-26 15:51:02 -04:00
implement issue #388: Change app-facing default to Sequencing::PreferOrdered
This commit is contained in:
parent
22069d3430
commit
3b9626d79a
8 changed files with 17 additions and 27 deletions
|
@ -227,9 +227,7 @@ async def test_watch_dht_values():
|
|||
# as the watch's target
|
||||
rcWatch = await api.new_routing_context()
|
||||
|
||||
rcSet = await (await api.new_routing_context()).with_safety(
|
||||
veilid.SafetySelection.unsafe(veilid.Sequencing.ENSURE_ORDERED)
|
||||
)
|
||||
rcSet = await (await api.new_routing_context()).with_safety(veilid.SafetySelection.unsafe())
|
||||
async with rcWatch, rcSet:
|
||||
# Make a DHT record
|
||||
rec = await rcWatch.create_dht_record(veilid.DHTSchema.dflt(10))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue