Yes, indeed, if you're looking to scale up to handle high concurrent user loads, scaling out horizontally is your best bet. We've got a client right now serving 700+ connections at the moment, and they're on four separate NodeBB instances. It's probably too much for what they need, but it's always nice to have more capacity than needed in case of spikes, etc.
easyest way to change post author and date/time
-
I guess additional information would be great:
Are you trying to do this on a regular basis? Then you should consider writing/asking for a plugin.
If not the database-type would be clearly helpful (as long as NodeBB doesn't deliver such functionality yet).In each case the NodeBB version wouldn't be wrong to share
I won't be able to give further help, just assuming those who would be able to would need that information
-
Temporarily I solved using Redis Commander https://joeferner.github.io/redis-commander/ and http://www.epochconverter.com/ for timestamp in milliseconds
I think a plugin would be more user friendly
-
Is there any improvements regarding this feature?