You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-30 23:44:55 +02:00
Desktop: Enabled plugin throttling logic to prevent certain plugins from freezing the app
This commit is contained in:
@ -315,6 +315,10 @@ export default class PluginService extends BaseService {
|
||||
return settings[pluginId].enabled !== false;
|
||||
}
|
||||
|
||||
public callStatsSummary(pluginId: string, duration: number) {
|
||||
return this.runner_.callStatsSummary(pluginId, duration);
|
||||
}
|
||||
|
||||
public async loadAndRunPlugins(pluginDirOrPaths: string | string[], settings: PluginSettings, devMode: boolean = false) {
|
||||
let pluginPaths = [];
|
||||
|
||||
|
Reference in New Issue
Block a user