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
When i use /ledger search on anything no matter how small it will often take 5-10 minutes to actually show up.
This also happens with the inspect function.
Steps/models to reproduce
/ledger search range:10 action:item-remove ledger inspect and then clicking on a block
What operating system are you running
Windows
Minecraft version
1.19.4
Ledger version
1.2.7
Logs
none aplicable
Agreements
I am running the latest version of the mod.
My version of Minecraft is supported.
I have searched for and ensured there isn't already an open issue regarding this.
Other
No response
The text was updated successfully, but these errors were encountered:
SELECT COUNT(*) FROM actions INNER JOIN ActionIdentifiers ON ActionIdentifiers.id = actions.action_id INNER JOIN worlds ON worlds.id = actions.world_id LEFT JOIN players ON players.id = actions.player_id INNER JOIN ObjectIdentifiers oldObjects ON actions.old_object_id = oldObjects.id INNER JOIN ObjectIdentifiers ON actions.object_id = ObjectIdentifiers.id INNER JOIN sources ON sources.id = actions.source WHERE (actions.x BETWEEN 1213 AND 1231) AND (actions.y BETWEEN 124 AND 142) AND (actions.z BETWEEN 197 AND 215) AND (worlds.identifier = 'minecraft:overworld')
There is no date in query, as the result it costs 66000 in mysql
Expected behavior
Logs showing up when i look for them.
Observed/actual behavior
When i use /ledger search on anything no matter how small it will often take 5-10 minutes to actually show up.
This also happens with the inspect function.
Steps/models to reproduce
/ledger search range:10 action:item-remove
ledger inspect
and then clicking on a blockWhat operating system are you running
Windows
Minecraft version
1.19.4
Ledger version
1.2.7
Logs
none aplicable
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: