sitemap.xml 5.5

Hallo [@Moritz Naczenski](http://forum.shopware.com/profile/14574/Moritz Naczenski “Moritz Naczenski”)‍

ich möchte alle Produkte für alle Shops aus der Sitemap nehmen:

	array (
		'host' => 'localhost',
		'port' => '3306',
		'username' => 'xxx',
		'password' => 'xxx',
		'dbname' => 'xxx',
	),

	'sitemap' => [
        'excluded_urls' => [
			[
                'resource' => 'Shopware\Models\Article\Article',
                'identifier' => '',
                'shopId' => 0
            ]
        ]
    ]
);

leider geht das nicht - was mache ich falsch?
Die gezipte Sitemap ist dann nach runterladen immer noch die alte? 
oder wird Sie gecached?