|
@@ -8,7 +8,7 @@ import threading
|
|
from common import Material, Common, Feishu
|
|
from common import Material, Common, Feishu
|
|
from video_agc.agc_video_method import AgcVidoe
|
|
from video_agc.agc_video_method import AgcVidoe
|
|
|
|
|
|
-MAX_BPS = 120 * 1024 * 1024
|
|
+MAX_BPS = 1 * 1024 * 1024
|
|
MAX_WORKERS = os.cpu_count() * 2
|
|
MAX_WORKERS = os.cpu_count() * 2
|
|
READ_WRITE_CHUNK_SIZE = 1024 * 1024
|
|
READ_WRITE_CHUNK_SIZE = 1024 * 1024
|
|
SLEEP_INTERVAL = READ_WRITE_CHUNK_SIZE / MAX_BPS
|
|
SLEEP_INTERVAL = READ_WRITE_CHUNK_SIZE / MAX_BPS
|