If there are a bunch of changes being made to a list and/or a list is quite large, we don't want a bunch of item changes to spawn a gobton of async list updates. Enable a mode that pools or "batches" list updates.
when enabled, display "List updates are batched" and give an indication how long user (who just made an edit) may have to wait to see the next list update.
enable periodic list regens in background for fun?
If there are a bunch of changes being made to a list and/or a list is quite large, we don't want a bunch of item changes to spawn a gobton of async list updates. Enable a mode that pools or "batches" list updates.