When using the transaction command, what does the argument maxspan do?
Sets the maximum total time between events in a transaction.
Sets the maximum length of all events within a transaction.
Sets the maximum total time between the earliest and latest events in a transaction.
Sets the maximum length that any single event can reach to be included in the transaction.
Submit