🌈 Added a color histogram method

This commit is contained in:
2022-02-10 09:17:46 -08:00
parent 171d64c14a
commit 163dad403c
4 changed files with 87 additions and 36 deletions

View File

@@ -121,7 +121,7 @@ export default class ApiService extends Service {
usePolling: true,
ignoreInitial: true,
atomic: true,
depth: 1,
depth: 10,
awaitWriteFinish: {
stabilityThreshold: 2000,
pollInterval: 100,