mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
update limit
This commit is contained in:
parent
891e7f1f5b
commit
db93cbf834
1 changed files with 2 additions and 0 deletions
|
|
@ -93,9 +93,11 @@ async function clickhouseQuery(data: {
|
|||
event_name: eventName,
|
||||
};
|
||||
jsonBlobs.blobs.forEach((blob, i) => {
|
||||
if (i >= 20) return; // 20 is the max number of blobs
|
||||
message[`blob${i + 1}`] = blob;
|
||||
});
|
||||
jsonBlobs.doubles.forEach((double, i) => {
|
||||
if (i >= 20) return; // 20 is the max number of doubles
|
||||
message[`double${i + 1}`] = double;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue