abhi

Results 18 comments of abhi

I am not denying that it can't be converted.. I am just asking if we can convert into milliseconds we would save some bytes getting transferred via hooks because of...

@tidwall 👍 , any tentative timeline for the same, when I should expect the change ? Abhi :wq

is this the right way ? because after making this change when i m doing set object fleet POINT . no hooks are getting fired ... and if i just...

Well in that case if there are 50K geofences, and you are creating 50k hooks per collection. Is it fine just to handle different collection on same geofences we have...

Well i have kept the same hooks and same collection name. But what I am doing it like for same id i am distinguishing like **'981231234321431'** and **'old:981231234321431'** . One...

may be something like ``` > void OutputFile::output(const Channel::Ptr& aChannelPtr, const Log& aLog) const { > aLog.getTheMutex().Lock(); > if (nullptr != mpFile) { > // uses fprintf for atomic thread-safe...

Hey @SRombauts is it possible to do something like , rotate a new file, once it crosses "max_size" config ?. So that once the log file exceeds max_size , it...