You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
softwareVersion='0.3.3-2'
1
+
softwareVersion='0.3.4'
2
2
verbose=1
3
3
maximumAgeOfAnObjectThatIAmWillingToAccept=216000# Equals two days and 12 hours.
4
4
lengthOfTimeToLeaveObjectsInInventory=237600# Equals two days and 18 hours. This should be longer than maximumAgeOfAnObjectThatIAmWillingToAccept so that we don't process messages twice.
0 commit comments