mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
autoWatchをデフォルトでfalseに
This commit is contained in:
parent
3efb2efd79
commit
bc44a7866b
@ -92,7 +92,7 @@ export default async (ctx: Koa.Context) => {
|
||||
weight: null
|
||||
},
|
||||
settings: {
|
||||
autoWatch: true
|
||||
autoWatch: false
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user